安装PIP时出现报错ReadTimeoutError

ERROR :pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out.

解决办法:

 

 pip install --default-timeout=100 futurer
参考
https://stackoverflow.com/questions/43298872/how-to-solve-readtimeouterror-httpsconnectionpoolhost-pypi-python-org-port

 

posted @ 2022-08-22 06:46  莫大师兄  阅读(32)  评论(0)    收藏  举报