pycharm 安装django 超时,设置默认时间
2020-03-26 本文已影响0人
博翼腾飞
报错信息
pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out.
解决方案
扩大默认超时时间
pip --default-timeout=1000 install -U django