无法在 Azure 笔记本上安装 Graphlab create

Can't install Graphlab create on azure notebook

所以我正在测试 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 中找到与代理有关的任何内容。

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

希望对您有所帮助。

这里有两个问题。

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

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

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