您的位置:首页 > 编程语言 > Python开发

windows下解决numpy, scipy等库安装失败的方法

2017-05-22 20:57 483 查看
如果pip安装scipy库失败,可以参考以下方法:

scipy官方上提供了这样的方法:

Windows packages

Windows does not have any package manager analogous to that in Linux, so installing one of the scientific Python distributions mentioned above is preferred. However, if that is not an option, Christoph Gohlke provides pre-built
Windows installers for many Python packages, including all of the core SciPy stack, which work extremely well.
http://www.lfd.uci.edu/~gohlke/pythonlibs/
如果无法pip安装scipy等第三方库,可以去上面这个网址下载.whl文件,下载到本地之后

python -m pip install ***.whl

记得一定要下载和自己使用的python版本和操作系统对应的whl文件。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: