shchur / gnn-benchmark

Framework for evaluating Graph Neural Network models on semi-supervised node classification task
https://arxiv.org/abs/1811.05868
MIT License
438 stars 73 forks source link

cannot import data #9

Open wushupei1997 opened 2 years ago

wushupei1997 commented 2 years ago

Traceback (most recent call last): File "/home/w/Projects/gnn-benchmark/gnnbench/run_single_job.py", line 12, in import gnnbench.models File "/home/w/anaconda3/envs/tf1.9/lib/python3.6/site-packages/gnnbench-0.1.0-py3.6.egg/gnnbench/init.py", line 1, in from . import data ImportError: cannot import name 'data'

How can I solve this problem?

shchur commented 2 years ago

It seems that the package wasn't installed correctly, please have a look at the installation instructions.