其他分享
首页 > 其他分享> > 成功解决.ReadTimeoutError: HTTPSConnectionPool(host=‘pypi.tuna.tsinghua.edu.cn‘, port=443): Read timed o

成功解决.ReadTimeoutError: HTTPSConnectionPool(host=‘pypi.tuna.tsinghua.edu.cn‘, port=443): Read timed o

作者:互联网

成功解决raise ReadTimeoutError(self._pool, None, "Read timed out.")
pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='pypi.tuna.tsinghua.edu.cn', port=443): Read timed out.

 

 

目录

解决问题

解决思路

解决方法


 

 

 

 

解决问题

raise ReadTimeoutError(self._pool, None, "Read timed out.")
pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='pypi.tuna.tsinghua.edu.cn', port=443): Read timed out.

 

 

 

解决思路

导致读取超时错误

 

 

 

解决方法

设置超时参数,加长时间

pip --default-timeout=1000 install name

 

 

 

 

 

 

标签:HTTPSConnectionPool,cn,443,Read,ReadTimeoutError,._,timed,out
来源: https://blog.51cto.com/u_14217737/2912452