标签:com sci 下载速度 pycha 问题解决 scipy log install 失败
在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包的问题解决了.
标签:com sci 下载速度 pycha 问题解决 scipy log install 失败
原文地址:https://www.cnblogs.com/benbencoding798/p/8973577.html