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
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