解决Python安装模块下载速度慢或者超时的问题pip install timeout ReadTimeoutError
- 阿里云镜像,安装指定模块,安装keras模块:
pip.exe install -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com keras
根据需要,改写最后的模块名即可,下面也一样操作;
如需要添加前缀文件路径,请自行添加。
- 阿里云镜像,安装指定模块指定版本,安装django==1.11版本:
python -m pip install -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com --upgrade django==1.11
- 使用清华镜像,安装pyspider模块:
pip.exe install -i https://pypi.tuna.tsinghua.edu.cn/simple --default-timeout=100 pyspider
若下载速度太慢,可以尝试使用其他镜像。
附录:
其他镜像网站。使用时,参照清华镜像的使用方法,替换网址即可
- 清华:https://pypi.tuna.tsinghua.edu.cn/simple
- 阿里云:http://mirrors.aliyun.com/pypi/simple/
- 中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/
- 华中理工大学:http://pypi.hustunique.com/
- 山东理工大学:http://pypi.sdutlinux.org/
- 豆瓣:http://pypi.douban.com/simple/