python - Running gl-env to install Graphlab : gl-env is a directory -
i'm trying install graphlab create using commandline, following instructions turi.com.
$ conda create -n gl-env python=3.6 warning: space detected in requested environment path 'c:\users\parvathy sarat\anaconda3\envs\gl-env' spaces in paths can problematic. fetching package metadata ........... solving package specifications: . package plan installation in environment c:\users\parvathy sarat\anaconda3\envs\gl-env: following new packages 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 # # activate environment, use: # > activate gl-env # # deactivate active environment, use: # > deactivate # # * power-users using bash, must source #
now, trying activate environment :
$ '/c/users/parvathy sarat/anaconda3/envs/gl-env' activate gl-env bash: /c/users/parvathy sarat/anaconda3/envs/gl-env: directory
which file in gl-env directory should source? trying install graphlab using license yields following message :
collecting graphlab-create>=2.1 (from graphlab-create-license==2.1) not find version satisfies requirement graphlab-create>=2.1 (from graphlab-create-license==2.1) (from versions: ) no matching distribution found graphlab-create>=2.1 (from graphlab-create-license==2.1)
according turi's graphlab download tutorial need have : python 2.7.x environment , pip version >= 7 , anaconda2 v4.0.0 (64-bit). ipython notebook recommended.
Comments
Post a Comment