phanein / deepwalk

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

Deepwalk: Command not found #96

Open YutingSun163 opened 5 years ago

YutingSun163 commented 5 years ago

I have installed deepwalk as the instruction says, and my python version is 3.7.0. However, when I run deepwalk command, it says "deepwalk: command not found"

GTmac commented 5 years ago

Looking at the more recent issue you opened, I assume that you have already fixed this. Should I close this issue?

YutingSun163 commented 5 years ago

Looking at the more recent issue you opened, I assume that you have already fixed this. Should I close this issue? No, I didn't fix it. And I also tried upgrade gensim to the latest version, but it won't work. I tried it on both Python2 and Python3. But I have found a solution, that is, to import the deepwalk package on pycharm, so I can run my code, and it worked well when I use Python2 on pycharm, but still "deepwalk: command not found" on Python3 (

GTmac commented 5 years ago

I do not have pycharm on my machine, so I am not sure about what happened. Also, when you report an issue, please provide the exact commands you run, outputs of these commands and your environment otherwise it would be very hard for me to identify what could be the problem.