1. 程式人生 > >Python package下載中遇到ReadTimeoutError: HTTPSConnectionPool?

Python package下載中遇到ReadTimeoutError: HTTPSConnectionPool?

超時 -i RR dex In index install fault tps

問題描述:

   Python package下載中遇到ReadTimeoutError: HTTPSConnectionPool?

問題解決:

方法1:繼續重復下載

    pip install virtualenv

方法2:設置超時時間

    pip --default-timeout=100 install -U virtualenv

方法3:把源換為清華的鏡像站

    pip install --index https://mirrors.ustc.edu.cn/pypi/web/simple/ virtualenv

Python package下載中遇到ReadTimeoutError: HTTPSConnectionPool?