1. 程式人生 > >【pip install error 】之ReadTimeoutError: HTTPSConnectionPool

【pip install error 】之ReadTimeoutError: HTTPSConnectionPool

pytho 可靠的 cti mage python package index color 傳送門

常用pip來更新Python的package,經常出現揪心的紅色錯誤信息

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

主要問題:默認的源不穩定導致

解決方案:切換穩定可靠的源

(清華的鏡像站)傳送門:https://mirrors.tuna.tsinghua.edu.cn/

以pandas庫為例:pip install --index https://mirrors.ustc.edu.cn/pypi/web/simple/ pandas

直接由2G時代跨入4G不限速,爽不爽???

技術分享圖片

---------------------------------------------------------------

【原】作者:DaemonFG
來源:CSDN
原文:https://blog.csdn.net/DaemonFG/article/details/76974051
版權聲明:本文為博主原創文章,轉載請附上博文鏈接!

【pip install error 】之ReadTimeoutError: HTTPSConnectionPool