Windows10下安装numpy和scipy(避免“ImportError: cannot import name NUMPY_MKL”)

版权声明:本文为博主原创文章,转载需声明出处。 https://blog.csdn.net/gulingfengze/article/details/77920373

1.从“http://www.lfd.uci.edu/~gohlke/pythonlibs/”上下载“numpy”和“scipy”的安装“.whl”文件。
2.用下面命令分别进行“numpy”和“scipy”的安装“。

pip install numpy-xxx.whl
pip install scipy-xxx.whl

猜你喜欢

转载自blog.csdn.net/gulingfengze/article/details/77920373