tkipf / keras-gcn

Keras implementation of Graph Convolutional Networks
MIT License
791 stars 266 forks source link

how to install it? No module named 'kegra' #52

Closed DanyYan closed 5 years ago

DanyYan commented 5 years ago

I am not famiIiar with python.I create an anaconda environment to install keras and tensorflow, then I run the "pip setup.py install" to install the kegra. I find the kegra-0.0.1-py3.5.egg folder in the site-packages, but I can't import it in the python file.