报错信息
pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out.
解决方案
扩大默认超时时间
pip --default-timeout=1000 install -U django
报错信息
pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out.
解决方案
扩大默认超时时间
pip --default-timeout=1000 install -U django