pip安装时ReadTimeoutError解决办法
2019-09-27 本文已影响0人
考拉程序媛
有一个本地服务器,网速很慢,下载老是出错,出现
pip._vendor.urllib3.exceptions.ReadTimeoutError:
HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out.
pip --default-timeout=100 install gevent