pip install error 之ReadTimeoutError: HTTPSConnectionPool

Posted hightech

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了pip install error 之ReadTimeoutError: HTTPSConnectionPool相关的知识,希望对你有一定的参考价值。

常用pip来更新Python的package,经常出现揪心的红色错误信息

ReadTimeoutError: HTTPSConnectionPool(host=‘pypi.python.org‘, port=443): Read timed out.

主要问题:默认的源不稳定导致

解决方案:切换稳定可靠的源

 

(清华的镜像站)传送门:https://mirrors.tuna.tsinghua.edu.cn/   

以pandas库为例:pip install --index https://mirrors.ustc.edu.cn/pypi/web/simple/ pandas

 

直接由2G时代跨入4G不限速,爽不爽???

技术分享图片

 

---------------------------------------------------------------

【原】作者:DaemonFG
来源:CSDN
原文:https://blog.csdn.net/DaemonFG/article/details/76974051
版权声明:本文为博主原创文章,转载请附上博文链接!

 




以上是关于pip install error 之ReadTimeoutError: HTTPSConnectionPool的主要内容,如果未能解决你的问题,请参考以下文章

pip install Error - ReadTimeoutError: HTTPSConnectionPool

pip install PIL报错问题解决

Pip Install magpie error: Command Errored out with exit status 1

pip install 时locale.Error: unsupported locale setting

# pip install scipy -- distutils.errors.LinkError: Command

Memory error while using pip install Airflow