ターミナルで「source activate graphlab」を使用すると、graphlabを起動できます。
「conda create -n graphlab python=2.7 anaconda」のように作成しました。Anaconda で virtualenv を使用することはテストされておらず、推奨されていないためです (ターミナルの警告によると、これが本当に当てはまるかどうかはわかりません)。 .)。
Graphlab を起動すると、ターミナルに次のように表示されます。
discarding /Users/username/anaconda/bin from PATH
prepending /Users/username/anaconda/envs/graphlab/bin to PATH
しかし、Spider IDE で graphlab をインポートしようとすると、次のエラーが表示されます。
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/Users/username/anaconda/lib/python3.4/site packages/spyderlib/widgets/externalshell/sitecustomize.py", line 580, in runfile
execfile(filename, namespace)
File "/Users/username/anaconda/lib/python3.4/site-packages/spyderlib/widgets/externalshell/sitecustomize.py", line 48, in execfile
exec(compile(open(filename, 'rb').read(), filename, 'exec'), namespace)
File "/Users/username/Documents/projectname/pythonfile.py", line 3, in <module>
import graphlab as gl
ImportError: No module named 'graphlab'
どうすればこれを解決できますか? 私はこれらのものをインストールするのにまったく慣れていないので、誰かが広範なステップバイステップの説明を手伝ってくれることを願っています.