python 安裝 pyinstaller 失敗 ReadTimeoutError

MTQ_python發表於2019-09-21

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 協議》,轉載必須註明作者和本文連結

相關文章