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

时间:2021-04-27 21:24:20

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

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