成功解决.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
总结
以上是生活随笔为你收集整理的成功解决.ReadTimeoutError: HTTPSConnectionPool(host=‘pypi.tuna.tsinghua.edu.cn‘, port=443): Read timed o的全部内容,希望文章能够帮你解决所遇到的问题。
- 上一篇: 成功解决ValueError: ‘use
- 下一篇: 成功解决ImportError: Mis