node2vec
node2vec copied to clipboard
node2vec has no attribute Graph
I faced this problem when I tried to installing "node2vec" separately. It seems this one is a different implementation. You need to run the file "node2vec.py" in this repository.
pip uninstall node2vec is work for me.