当我尝试安装Graphlab Create时,它只是重试连接。我家里有健康的宽带wifi连接(没有代理)。
错误:(graphlab)ankit@ankit21:~$ pip install graphlab-create==0.9.1Collecting 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是我的大学互联网的代理。但是我将网络设置中的设置更改为自动代理。其他安装在终端中的设备只能正常工作,这才有问题。
最佳答案
您需要特定的学术许可证密钥,但是尝试安装旧版本会自动将您的安装更新为1.7.1。如果您选择从安装说明中复制代码,然后删除--upgrade,然后更改为0.9.1,它将仍然无法使用。
pip install --no-cache-dir https://get.dato.com/GraphLab-Create/0.9.1/your_key/GraphLab-Create-License.tar.gz
在Dato网站上向GraphLab注册时,可以获取最新版本的密钥。每位用户免费获得一年的学术许可。