且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

NumPy库ImportError:DLL加载失败:找不到指定的过程

更新时间:2023-11-17 11:56:52

我在VSCode中遇到了相同的问题,我通过在系统环境中添加以下路径来解决了该问题.之后,重新启动VSCode,一切正常.

I encountered the same problem with VSCode, and I resolved it by adding the following path to the system environment. After that restart VSCode and everything is OK.

C:\Users\<Your user name>\Anaconda3\Library\bin

如果anaconda没有安装在默认目录中,请找到您自己的Anaconda3\Library\bin.

If the anaconda was not installed in the default directory, please find your own Anaconda3\Library\bin.