windows下解决numpy, scipy等库安装失败的方法
如果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文件。
作者:
tongqingliu
出处: http://www.cnblogs.com/liutongqing/
本文版权归作者和博客园共有,欢迎转载、交流,但未经作者同意必须保留此段声明,且在文章明显位置给出原文链接。
如果觉得本文对您有益,欢迎点赞、欢迎打赏。
出处: http://www.cnblogs.com/liutongqing/
本文版权归作者和博客园共有,欢迎转载、交流,但未经作者同意必须保留此段声明,且在文章明显位置给出原文链接。
如果觉得本文对您有益,欢迎点赞、欢迎打赏。
posted on 2017-05-22 20:56 tongqingliu 阅读(1708) 评论(0) 编辑 收藏 举报