成功解决.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
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
成功解決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.
?
?
?
解決思路
導(dǎo)致讀取超時錯誤
?
?
?
解決方法
設(shè)置超時參數(shù),加長時間
pip --default-timeout=1000 install name?
?
?
?
?
?
總結(jié)
以上是生活随笔為你收集整理的成功解决.ReadTimeoutError: HTTPSConnectionPool(host=‘pypi.tuna.tsinghua.edu.cn‘, port=443): Read timed o的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 成功解决ValueError: ‘use
- 下一篇: 成功解决ImportError: Mis