【发布时间】:2016-03-29 13:52:30
【问题描述】:
当我尝试安装 Graphlab Create 时,它只是在重试连接。我家有健康的宽带 wifi 连接(无代理)。
错误:(graphlab)ankit@ankit21:~$ pip install graphlab-create==0.9.1
Collecting graphlab-create==0.9.1
Retrying (Retry(total=4, connect=None, read=None, redirect=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x7fd6a16ae850>, 'Connection to 192.168.16.253 timed out. (connect timeout=15)')': /simple/graphlab-create/
代理 192.168.16.253 是我大学互联网的代理。但我已将网络设置中的设置更改为自动代理。终端中的其他安装工作正常,只有这有问题。
【问题讨论】:
-
我猜这不是代理问题,而是依赖关系
标签: python-2.7 ubuntu proxy terminal graphlab