python 安装 pyinstaller 失败 ReadTimeoutError
python安装pyinstaller ,命令:pip install pyinstaller
提示失败
pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out.
把命令改为>pip install pyinstaller --timeout 1000
增加timeout时间,运行成功。
本作品采用《CC 协议》,转载必须注明作者和本文链接
请教一下,后面这个1000是秒作单位还是分钟?
还可以更改源:
pip_source : https://mirrors.aliyun.com/pypi/simple