Windows安装scipy

包名:scipy-1.1.0-cp37-none-win_amd64.whl(根据需要自行选择版本)
下载地址:https://pypi.org/project/scipy/
1,安装Python 参考:https://blog.csdn.net/u010916338/article/details/81104480
2,安装pip 参考:https://blog.csdn.net/u010916338/article/details/81104554
3,安装numpy+mkl 参考:https://blog.csdn.net/u010916338/article/details/81104811
4,安装scipy
(1)打开dos窗口,进入scipy-1.1.0-cp37-none-win_amd64.whl所在目录下
(2)执行命令pip3 install scipy-1.1.0-cp37-none-win_amd64.whlpython2将pip3命令换成pip
(3)卸载pip3 uninstall scipy-1.1.0-cp37-none-win_amd64.whl
(4)测试:
以此输入命令:
import numpy
import scipy
如上过程不报错,则安装成功!!

猜你喜欢

转载自blog.csdn.net/u010916338/article/details/81112705