无法在azure笔记本上安装Graphlab创建

时间:2017-04-29 16:46:22

标签: python azure machine-learning jupyter-notebook graphlab

所以我正在测试https://notebooks.azure.com,我想使用pip安装graphlab,但是我收到以下错误:

Collecting https://get.graphlab.com/GraphLab-Create/2.1/xxxxxx@gmail.com/4979-2629-7787-8767-049A-C0BB-5869-FBD6/GraphLab-Create-License.tar.gz Retrying (Retry(total=4, connect=None, read=None, redirect=None)) after connection broken by ProxyError('Cannot connect to proxy., OSError('Tunnel connection failed: 403 Forbidden',))':/GraphLab-Create/2.1/xxxxxx@gmail.com/4979-2629-7787-8767-049A-C0BB-5869-FBD6/GraphLab-Create-License.tar.gz

我环顾四周,我找到了一些答案,说你必须指定你正在使用的代理,但我无法找到与azure paltform中的代理有关的任何内容。

2 个答案:

答案 0 :(得分:1)

我尝试在Azure笔记本上为Python 2.7和3.5安装graphlab-create包,在Python 3.5上失败,但在Python 2.7上成功。请参阅下文。

enter image description here

希望它有所帮助。

答案 1 :(得分:1)

这里有两个问题。

1)我无法在Python 3.5上安装GraphLab。 我看了一下这个文档,看起来GraphLab目前只支持Python 2。 https://turi.com/download/install-graphlab-create-command-line.html

2)我无法在Azure笔记本上安装GraphLab 您使用代理看到的问题是由于Azure笔记本没有打开网络。 Azure笔记本限制对已知站点的访问。我已将graphlab.com添加为已知的好站点。您现在可以按照最初尝试的方式安装graphlab。

!pip install --upgrade --no-cache-dir https://get.graphlab.com/GraphLab-Create/2.1/EMAIL/TOKEN//GraphLab-Create-License.tar.gz