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

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/philosophyatmath/article/details/79483797

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

猜你喜欢

转载自blog.csdn.net/philosophyatmath/article/details/79483797
今日推荐