Proxy ConnectTimeOuter在windows上安装Tensorflow时出错

Proxy ConnectTimeOuter在windows上安装Tensorflow时出错,proxy,tensorflow,installation,Proxy,Tensorflow,Installation,我正在安装Tensorflow,我得到以下信息: C:\>pip3 install --upgrade tensorflow Collecting tensorflow Retrying (Retry(total=4, connect=None, read=None, redirect=None)) after connection broken by ConnectTimeoutError(<pip._vendor.requests.packages.

我正在安装Tensorflow,我得到以下信息:

    C:\>pip3 install --upgrade tensorflow
    Collecting tensorflow
      Retrying (Retry(total=4, connect=None, read=None, redirect=None)) after connection broken by 
ConnectTimeoutError(<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x00000240DAD78BA8>, 'Connection to pypi.python.org timed out. (connect timeout=15)')': /simple/tensorflow/
C:\>pip3安装--升级tensorflow
收集张量流
连接被断开后重试(重试(总计=4,连接=无,读取=无,重定向=无))
ConnectTimeoutError(,“到pypi.python.org的连接超时。(连接超时=15)”):/simple/tensorflow/
我还尝试在GitHub存储库上下载.whl来安装它,但遇到了相同的错误:

C:\>pip3 install tensorflow-1.1.0-cp35-cp35m-win_amd64.whl
Processing c:\tensorflow-1.1.0-cp35-cp35m-win_amd64.whl
Collecting bleach==1.5.0 (from tensorflow==1.1.0)
  Retrying (Retry(total=4, connect=None, read=None, redirect=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x000001FEE571BCC0>, 'Connection to pypi.python.org timed out. (connect timeout=15)')': /simple/bleach/
C:\>pip3安装tensorflow-1.1.0-cp35-cp35m-win\u amd64.whl
处理c:\tensorflow-1.1.0-cp35-cp35m-win_amd64.whl
收集漂白剂==1.5.0(来自tensorflow==1.1.0)
在连接被“ConnectTimeoutError(,“到pypi.python.org的连接超时。(连接超时=15)”中断后重试(重试(总计=4,连接=None,读取=None,重定向=None):/simple/bleat/

我的电脑连接到大学的网络,需要HTTP代理配置。这可能是问题所在吗?我怎样才能修好它

所以pip突然在proxy后面工作,您可以参考它

但对于您的备选方案,您可以从()下载Tensorflow wheel

对于其他Python版本或CPU/GPU