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

BEGIN:

问题:安装requests第三方库出现超时问题

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

解决方案:

pip --default-timeout=1000 install -U requests

END.

posted @ 2020-04-24 13:50  Gangpei  阅读(503)  评论(0)    收藏  举报