pycharm安装scipy,安装失败

在pycharm中安装很长时间后,还是失败.

在命令行中尝试,使用python3. 命令:python3 -m pip install scipy.

发现下载速度很慢,只有十几k每秒,但scipy包有49M.

解决办法:

https://www.cnblogs.com/microman/p/6107879.html

命令: python3 -m pip install -i https://pypi.tuna.tsinghua.edu.cn/simple scipy.

下载速度很快,这样在pycham中使用scipy包的问题解决了.

posted @ 2018-04-30 14:07  笨笨coding  阅读(4439)  评论(0编辑  收藏  举报