GraphLab 创建安装错误 - Python 3.5.2

GraphLab Create Installation Error - Python 3.5.2

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

virtualenv gl-env

我已经通过 pip 安装了虚拟环境,所以这应该不会发生,对吗?
请帮助我找出可能出错的地方。

来自安装说明page

GraphLab Create installation requires a Python 2.7.x environment and pip version >= 7

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