我正在尝试在我的系统上安装Tensorflow(Windows-64位)。正如Tensorflow网站上提到的,我使用以下命令。
pip3 install tensorflow
pip3 install --upgrade tensorflow
上述命令都没有解决我的目的。
我已经在我的系统中安装了Python 3.5.4(64位),但仍然遇到以下错误。
Retrying (Retry(total=0, connect=None, read=None, redirect=None)) after
connection broken by
‘NewConnectionError(’<pip._vendor.requests.packages.urllib3.conne
ction.VerifiedHTTPSConnection object at 0x00000000043427F0>: Failed to
establish a new connection: [Errno 11004] getaddrinfo failed’,)’:
/simple/tensorflow/
Could not find a version that satisfies the requirement tensorflow (from
versions: )
No matching distribution found for tensorflow
寻找解决方案。