phanein / deepwalk

DeepWalk - Deep Learning for Graphs
http://www.perozzi.net/projects/deepwalk/
Other
2.67k stars 828 forks source link

ImportError: cannot import name 'Vocab' #125

Open lostdirt opened 3 years ago

lostdirt commented 3 years ago

When I try to run "deepwalk --input example_graphs/karate.adjlist --output karate.embeddings" ,I've got this problem.How do I solve it?Thank you very much!

Glacier-Luo commented 3 years ago

Try to reinstall in the order of numpy scipy gensim==3.8.3

mgudorf commented 3 years ago

gensim>=4.0.0 compatibility being worked on in #127