成功解决.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

 

 

 

 

 

 

上一篇:控制台报net::err_connection_timed_out 问题


下一篇:《Linux From Scratch》第三部分:构建LFS系统 第六章:安装基本的系统软件- 6.6. 创建必需的文件和符号链接