天天看點

ReadTimeoutError: HTTPSConnectionPool(host=‘files.pythonhosted.org‘, port=443): Read timed out.

安裝labelImg的時候報錯了,這個報錯其實在之前安裝包的時候都有遇到過,想着記錄下來

就是需要下載下傳的包找到了,但是下載下傳慢,下載下傳一半就報錯了,下面是報錯代碼

ReadTimeoutError: HTTPSConnectionPool(host=‘files.pythonhosted.org‘, port=443): Read timed out.
ReadTimeoutError: HTTPSConnectionPool(host=‘files.pythonhosted.org‘, port=443): Read timed out.

然後上網查了幾個,沒搞明白啥意思,最後問的同學

pip install xxxx --default-timeout=1000
           

就是将上面的xxxx替換成需要下載下傳的包,就可以便這樣pip下載下傳緩慢導緻下載下傳中斷的問題

ReadTimeoutError: HTTPSConnectionPool(host=‘files.pythonhosted.org‘, port=443): Read timed out.