GraphLab创建安装错误 - Python 3.5.2

时间:2017-04-18 11:20:59

标签: python machine-learning anaconda python-3.5 graphlab

enter image description here我一直在尝试在我的系统上安装GraphLab Create(64位,Windows 10)。
我使用了网站https://turi.com/download/install-graphlab-create-command-line.html上给出的安装指南 我使用命令行,因为我已经在我的系统中安装了Anaconda3 我尝试了方法 - 1但它没有用,因为我没有使用Python2.7,而是使用Python3.5.2,因此,我使用虚拟环境尝试了方法-2。 我在尝试命令时收到语法错误:

virtualenv gl-env

我已经通过pip安装了Virtual Environment,所以这不应该发生,对吧? 请帮我解决可能出错的问题。

1 个答案:

答案 0 :(得分:0)

从安装说明page

  

GraphLab创建安装需要Python 2.7.x环境和pip版本> = 7

在Python 2.7环境中安装GraphLab,而不是在Python 3环境中安装。
因此,首先安装python2然后按照其余的说明进行操作:
conda create -n gl-env python=2.7 anaconda=4.0.0