pip安装程序库时报告超时错误

error:

pip._vendor.requests.packages.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host=’pypi.python.org’, port=443): Read timed out.

解决办法:

.\Scripts\pip.exe –default-timeout=1000 install tensorflow -U

你可能感兴趣的:(Python)