AttributeError: 'builtin_function_or_method' object has no attribute 'default' #9683
Replies: 3 comments 1 reply
-
I believe it's because of the PyTorch version. I'd suggest trying it with PyTorch 1.13+ as per https://github.com/pyg-team/pytorch_geometric/releases/tag/2.6.0. |
Beta Was this translation helpful? Give feedback.
-
I have the same problem. Have you solved it? |
Beta Was this translation helpful? Give feedback.
-
you might try using a lower version of torch-geometric to resolve this issue~ :) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I'm using pytorch 1.11.0 cuda 11.3 torch-geometric 2.6.1
When I try to import torch_geometric, there is an attributeError. How can I solve this problem?
Beta Was this translation helpful? Give feedback.
All reactions