NumPy library ImportError: DLL load failed: The specified procedure could not be found

前端 未结 8 1893
伪装坚强ぢ
伪装坚强ぢ 2020-12-06 06:05

I\'m learning python using Visual Studio 2017 on Windows 10. When I\'m trying to import NumPy library into my code, this error appears. I have tried uninstalling and reinsta

8条回答
  •  抹茶落季
    2020-12-06 06:45

    Refer to my answer here

    You need to update your environment variable "PATH" adding \Library\bin

    Note: Follow this step only if you have already installed numpy and still facing issue.

    C:\Users\\AppData\Roaming\Python\Python\Library\bin
    C:\Users\\AppData\Local\Continuum\Anaconda\Library\bin\
    

提交回复
热议问题