pip 报错ReadTimeoutError
2019-10-30 本文已影响0人
nnnnn6
pip安装插件时报错
ReadTimeoutError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out.
解决方法
安装时加上后缀--default-timeout=1000,pip install xxx --default-timeout=1000
pip安装插件时报错
ReadTimeoutError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out.
解决方法
安装时加上后缀--default-timeout=1000,pip install xxx --default-timeout=1000