phanein/deepwalk

ImportError: cannot import name 'Vocab'

lostdirt opened this issue ยท 2 comments

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!

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

gensim>=4.0.0 compatibility being worked on in #127