2017-09-12 4 views
0

Ich versuche, GraphLab Create mithilfe der Befehlszeile zu installieren. Befolgen Sie hierzu die Anweisungen unter turi.com. JetztAusführen von gl-env zum Installieren von Graphlab: gl-env ist ein Verzeichnis

$ conda create -n gl-env python=3.6 
WARNING: A space was detected in your requested environment path 
'C:\Users\PARVATHY SARAT\Anaconda3\envs\gl-env' 
Spaces in paths can sometimes be problematic. 

Fetching package metadata ........... 
Solving package specifications: . 

Package plan for installation in environment C:\Users\PARVATHY SARAT\Anaconda3\envs\gl-env: 

The following NEW packages will be INSTALLED: 

    certifi:  2016.2.28-py36_0 
    pip:   9.0.1-py36_1 
    python:   3.6.2-0 
    setuptools:  36.4.0-py36_0 
    vs2015_runtime: 14.0.25420-0 
    wheel:   0.29.0-py36_0 
    wincertstore: 0.2-py36_0 

Proceed ([y]/n)? y 

vs2015_runtime 100% |###############################| Time: 0:00:20 100.25 kB/s 
python-3.6.2-0 100% |###############################| Time: 0:07:48 70.55 kB/s 
certifi-2016.2 100% |###############################| Time: 0:00:01 119.28 kB/s 
wincertstore-0 100% |###############################| Time: 0:00:00 144.15 kB/s 
setuptools-36. 100% |###############################| Time: 0:00:07 78.01 kB/s 
# 
# To activate this environment, use: 
# > activate gl-env 
# 
# To deactivate an active environment, use: 
# > deactivate 
# 
# * for power-users using bash, you must source 
# 

und versucht, die Umgebung zu aktivieren:

$ '/c/Users/PARVATHY SARAT/Anaconda3/envs/gl-env' activate gl-env 
bash: /c/Users/PARVATHY SARAT/Anaconda3/envs/gl-env: Is a directory 

Welche Datei in gl-env Verzeichnis sollte ich beziehen? graphlab Lizenz unter Verwendung ergibt die folgende Meldung zu installieren versuchen,:

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) 

Antwort

0

Nach Turis Graphlab Download Tutorial müssen wir nur haben: 2.7.x Umgebung Python und Pip-Version> = 7 und Anaconda2 v4.0.0 (64-bit). IPython Notebook wird empfohlen.

+0

Ich habe Python 3.6, Anaconda3, IPython und Pip 9.0. Soll ich im Aktivierungsbefehl eine bestimmte Datei im gl-env-Verzeichnis beziehen? –

Verwandte Themen