所以我正在测试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中的代理有关的任何内容。
答案 0 :(得分:1)
答案 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