1 存在问题
在使用默认pip3安装库时,出现超时情况。
pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host=‘files.pythonhosted.org’, port=443): Read timed out.
2 国内的pip源
- 阿里云:https://mirrors.aliyun.com/pypi/simple/
- 清华:https://pypi.tuna.tsinghua.edu.cn/simple
- 中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/
- 华中理工大学:http://pypi.hustunique.com/
- 山东理工大学:http://pypi.sdutlinux.org/
- 豆瓣:http://pypi.douban.com/simple/
3 临时更换镜像源
pip3 install 库名 -i 镜像地址
pip3 install django-excel -i https://mirrors.aliyun.com/pypi/simple/

当使用pip3安装库遇到超时问题时,可以尝试更换国内的镜像源,如阿里云、清华等。临时更换源可以通过命令行指定,永久更换可在Windows的pip.ini或Linux/Mac的pip.conf配置文件中设置index-url和trusted-host。例如,设置阿里云镜像源并将超时时间增加到6000秒。
最低0.47元/天 解锁文章
1万+

被折叠的 条评论
为什么被折叠?



