简体   繁体   English

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

[英]Can't install Graphlab create on azure notebook

So I'm testing https://notebooks.azure.com , and i wanted to install graphlab using pip, but i get the following error : 所以我正在测试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

I looked around and I found some answers that say you have to specify the proxy you're using, but I couldn't manage to find anything to do with a proxy in the azure paltform. 我环顾四周,发现一些答案,提示您必须指定要使用的代理,但是我无法在天蓝色的paltform中找到与代理有关的任何内容。

I tried to install graphlab-create package on Azure notebook for Python 2.7 and 3.5, and failed on Python 3.5, but successed on Python 2.7. 我尝试在适用于Python 2.7和3.5的Azure笔记本上安装graphlab-create程序包,但在Python 3.5上失败,但在Python 2.7上成功。 Please see below. 请看下面。

在此处输入图片说明

Hope it helps. 希望能帮助到你。

There are two questions in here. 这里有两个问题。

1) I can't install GraphLab on Python 3.5. 1)我无法在Python 3.5上安装GraphLab。 I looked at the documenation and it seems GraphLab is only supported for Python 2 at this time. 我查看了文档,看来GraphLab目前仅受Python 2支持。 https://turi.com/download/install-graphlab-create-command-line.html https://turi.com/download/install-graphlab-create-command-line.html

2) I can't install GraphLab on Azure Notebooks The issue you are seeing with a proxy is due to Azure Notebooks not having the network open. 2)我无法在Azure笔记本上安装GraphLab您遇到的代理问题是由于Azure笔记本没有打开网络。 Azure Notebooks restricts access to known sites. Azure笔记本限制对已知站点的访问。 I have added graphlab.com as a known good site. 我已将graphlab.com添加为已知的良好站点。 You can now install graphlab in the way you originally tried. 现在,您可以按照最初尝试的方式安装graphlab。

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM