当我尝试安装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是我的学院互联网的代理。但我已将网络设置中的设置更改为自动代理。终端中的其他安装都工作正常,只有这个有问题。
发布于 2016-01-02 16:40:43
您需要特定的学术许可证密钥,但尝试安装旧版本会自动将您的安装更新到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时,您可以获得最新版本的密钥。学术许可证对每个用户免费使用一年。
发布于 2017-05-31 02:19:49
在官方网站(https://turi.com/download/install-graphlab-create.html?email=**YOU**%40gmail.com&key=**7C68-...-D3D7**)上,我们有:
注册电子邮件地址:YOUR_ADDRESS
产品密钥:YOUR_PRODUCT_KEY
使用依赖项进行安装:
下载file/Anaconda2-4.0.0-Linux-x86_64.sh
conda创建-n gl-env python=2.7 anaconda=4.0.0源激活gl-env
conda更新pip
pip安装--升级--no- https://get.graphlab.com/GraphLab-Create/2.1/YOUR_ADDRESS/YOUR_PRODUCT_KEY/GraphLab-Create-License.tar.gz
conda install ipython-notebook
https://stackoverflow.com/questions/34430420
复制相似问题