THUMNLab/AutoGL

Can't run examples

THINK2TRY opened this issue · 3 comments

Hi, I just try to run examples/node_classification.py, but it reports an error ModuleNotFoundError: No module named 'networkx.algorithms.efficiency_measures'. I'm sure that I have installed networkx2.3. Could you tell me what should I do to successfully run the example?
image

Thanks for your bug report, we'll come back to you once we figure out what's wrong!

@THINK2TRY
It seems that the lowest version for networkx needed in autogl is 2.4. Please update your networkx to 2.4 by:

pip install networkx>=2.4

We will update our version requirement of every package in the future versions!

Ok, it works. Thanks for your reply.