gcn icon indicating copy to clipboard operation
gcn copied to clipboard

Why can't I edit the contents in the file utils.py?

Open Fayliu opened this issue 6 years ago • 2 comments

To be exact, it is possible to edit the file utils.py. However, when I run train.py, it can not recognize the modified utils.py. Instead, it runs the original utils.py, which is located in the path that "C:\Anaconda3\Lib\site-packages\gcn-1.0-py3.6.egg!\gcn\utils.py" Can you help me? Thanks a lot.

Fayliu avatar Oct 29 '19 07:10 Fayliu

Try re-running python setup.py install from the project root folder.

tkipf avatar Oct 29 '19 08:10 tkipf

Oh, it works! Thank you so much!

Fayliu avatar Oct 29 '19 11:10 Fayliu