import error when import GCNConv #2785
Unanswered
Catriminal
asked this question in
Q&A
Replies: 1 comment 1 reply
-
You should define the version numbers of external packages in case you are using an older PyTorch version as we don't build new versions of our packages for older PyTorch versions. Those can be found here:
|
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hi, after I install torch_geometric and I try to import GCNConv, I got this:
and sometimes I can't get any response when I run
My python version is 3.6 and cuda version is 10.1.
Here is how I install torch and torch_geometric. Hope it can help.
Here is the versions of what I installed.
Is there any advice about this? Thanks for your reading.
Beta Was this translation helpful? Give feedback.
All reactions