有一个本地服务器,网速很慢,下载老是出错,出现
pip._vendor.urllib3.exceptions.ReadTimeoutError:
HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out.
经过google,发现用下面的内容就可以完美解决
pip --default-timeout=100 install gevent
设置时间为100秒
原文地址:https://www.cnblogs.com/pp8080/p/12122214.html
时间: 2024-10-12 02:22:40