ImportError: DLL load failed while importing aggregations: The specified module could not be found

前端 未结 4 622
夕颜
夕颜 2021-01-11 16:18

I am new to Python and currently having trouble when importing some libraries.

I am using Python 3.8.

I have installed Pandas in the CMD usi

4条回答
  •  既然无缘
    2021-01-11 16:44

    You may also try to install a fresher version of Microsoft Visual C++ Redistributable.

    E.g. (2015-2019)

    I had the same problem, and installing the aforementioned resolved it.

    https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads

提交回复
热议问题