ImportError: cannot import name 'readsou_tu_data' #3658
Unanswered
leesoohong
asked this question in
Q&A
Replies: 1 comment
-
Do you mean In addition, for older PyTorch versions, it might be necessary to specify the versions of packages, see here
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have installed all the necessary packages by following the guidelines on the website.
pip install torch-scatter -f https://data.pyg.org/whl/torch-1.8.0+cu101.html
pip install torch-sparse -f https://data.pyg.org/whl/torch-1.8.0+cu101.html
pip install torch-geometric
pip install torch-cluster -f https://data.pyg.org/whl/torch-1.8.0+cu101.html
pip install torch-spline-conv -f https://data.pyg.org/whl/torch-1.8.0+cu101.html
But I am getting the following error, can you help me?
ImportError: cannot import name 'readsou_tu_data' from 'torch_geometric.io'
Beta Was this translation helpful? Give feedback.
All reactions