当我尝试安装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是我大学互联网的代理。但我已将网络设置中的设置更改为自动代理。其他安装在终端正常工作只是这有问题。
答案 0 :(得分:0)
您需要特定的学术许可密钥,但尝试安装旧版本会自动将安装更新为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时,您可以获取最新版本的密钥。每位用户免费获得一年的学术许可。
答案 1 :(得分:0)
在官方网站(https://turi.com/download/install-graphlab-create.html?email=**YOU**%40gmail.com&key=**7C68-...-D3D7**
),我们有:
注册的电子邮件地址: YOUR_ADDRESS
产品密钥: YOUR_PRODUCT_KEY
使用依赖项安装:
安装Anaconda
下载文件的bash /路径/ Anaconda2-4.0.0-Linux-x86_64.sh
创建conda环境
conda create -n gl-env python = 2.7 anaconda = 4.0.0 来源激活gl-env
确保点数版本&gt; = 7
conda update pip
安装GraphLab Create
pip install --upgrade --no-cache-dir https://get.graphlab.com/GraphLab-Create/2.1/ YOUR_ADDRESS / YOUR_PRODUCT_KEY /GraphLab-Create-License.tar.gz
确保安装IPython和IPython Notebook
conda install ipython-notebook