0
GraphLabをインストールしようとしています。コマンドラインを使用して作成します。指示はturi.comです。環境をアクティブ化しようとgl-envを実行してGraphlabをインストールする:gl-envはディレクトリです
今$ 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
#
、:
$ '/c/Users/PARVATHY SARAT/Anaconda3/envs/gl-env' activate gl-env
bash: /c/Users/PARVATHY SARAT/Anaconda3/envs/gl-env: Is a directory
私はGL-ENVディレクトリ内のファイルをソースすべきか?我々が唯一持っている必要がありますトゥリのGraphlabダウンロードチュートリアルによる
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.6、Anaconda3、IPython、およびpip 9.0を持っています。私はactivateコマンドのgl-envディレクトリにある特定のファイルをソースとしていますか? –