图形实验室创建安装错误:找不到图形实验室创建的匹配分布>=2.1



无法通过邮件中的链接安装Graphlab create。面对以下问题。有人能在下面的问题上帮忙吗?

(env) C:Windowssystem32>pip install --upgrade --no-cache-dir https://get.graphlab.com/GraphLab-Create/2.1/sinha.dibyojyoti@gmail.com/xxxxxxx/GraphLab-Create-License.tar.gz
Collecting https://get.graphlab.com/GraphLab-Create/2.1/sinha.dibyojyoti@gmail.com/xxxxx/GraphLab-Create-License.tar.gz
Downloading https://get.graphlab.com/GraphLab-Create/2.1/sinha.dibyojyoti@gmail.com/xxxxx/GraphLab-Create-License.tar.gz
Collecting graphlab-create>=2.1 (from GraphLab-Create-License==2.1)
Could not find a version that satisfies the requirement graphlab-create>=2.1 
(from GraphLab-Create-License==2.1) (from versions: )
No matching distribution found for graphlab-create>=2.1 (from GraphLab-Create-License==2.1)

问题是您试图在Python 3环境中安装GraphLab Create,而不是在Python 2的环境中。请参阅此链接-->https://turi.com/download/install-graphlab-create-command-line.html并仔细阅读选项2中提到的安装过程。

我发现安装GraphLab Create的最佳方法是使用virtualenv创建python 2虚拟环境,然后通过pip-install进行安装。

注意:作为预防措施,我不会公开发布产品许可证密钥。

我解决了这个问题。从您的conda终端创建一个虚拟环境。。使用conda create-n gl-env python=2.7命令。请确保在末尾添加python=2.7。然后使用典型的graphlab create命令和您的电子邮件和产品密钥。

注意:这是一个版本兼容性问题。

相关内容

  • 没有找到相关文章

最新更新