Replies: 1 comment 6 replies
-
This error is usually caused by using multiple PyTorch or multiple CUDA versions. You need to make sure the extensions (e.g., torch_sparse, torch_scatter) get compiled with the correct PyTorch and CUDA versions. Similar issue that may help: #999 |
Beta Was this translation helpful? Give feedback.
6 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 just installed Pytorch Geometric, but I'm getting this error whenever I try importing
torch_geometric
. Any idea how this can be fixed?Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions