shenweichen / GraphEmbedding

Implementation and experiments of graph embedding algorithms.
MIT License
3.64k stars 990 forks source link

No module named 'joblib' #2

Closed hellomuse closed 5 years ago

hellomuse commented 5 years ago

请问这是什么原因? Traceback (most recent call last): File "deepwalk_wiki.py", line 4, in from ge.classify import read_node_label, Classifier File "//anaconda/lib/python3.5/site-packages/ge-0.0.0-py3.5.egg/ge/init.py", line 1, in File "//anaconda/lib/python3.5/site-packages/ge-0.0.0-py3.5.egg/ge/models/init.py", line 1, in File "//anaconda/lib/python3.5/site-packages/ge-0.0.0-py3.5.egg/ge/models/deepwalk.py", line 20, in File "//anaconda/lib/python3.5/site-packages/ge-0.0.0-py3.5.egg/ge/walker.py", line 7, in ImportError: No module named 'joblib'

shenweichen commented 5 years ago

单独安装一下joblib包吧~