ubuntu 安裝GraphLab

 

GraphLab Create 支持 Anaconda2 v4.0.0.你可以通過 Anaconda環境去安裝:

Step 1: Download Anaconda2 v4.0.0

Step 2: Install Anaconda

# Run Anaconda2 v4.0.0 installer.
bash /path to download file/Anaconda2-4.0.0-Linux-x86_64.sh

Step 3: Create conda environment

# Create a new conda environment with Python 2.7.x
conda create -n gl-env python=2.7 anaconda=4.0.0

# Activate the conda environment
source activate gl-env

Step 4: Ensure pip version >= 7

# Ensure pip is updated to the latest version
# miniconda users may need to install pip first, using 'conda install pip'
conda update pip

Step 5: Install GraphLab Create

在此https://turi.com免費註冊帳號

# Install your licensed copy of GraphLab Create
pip install --upgrade --no-cache-dir https://get.graphlab.com/GraphLab-Create/2.1/註冊的帳號/序列號/GraphLab-Create-License.tar.gz

Step 4: Ensure installation of IPython and IPython Notebook

# Install or update IPython and IPython Notebook
conda install ipython-notebook

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章