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