You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...
File "/mnt/d/case-sensitive/miniconda3/envs/scatter38/lib/python3.8/site-packages/torch_geometric/data/dataset.py", line 30, in <module>
class Dataset(torch.utils.data.Dataset, ABC):
TypeError: metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases
OS: Ubuntu 22.04 in WSL
Python Version 3.8.18 (Conda)
Torch: 2.2.1 for CUDA 12.1
Any idea what I can do to resolve this error?
Thank you!
The text was updated successfully, but these errors were encountered:
I am trying to run the scripts to replicate the findings in the paper. Running
gives the following error when I try:
OS: Ubuntu 22.04 in WSL
Python Version 3.8.18 (Conda)
Torch: 2.2.1 for CUDA 12.1
Any idea what I can do to resolve this error?
Thank you!
The text was updated successfully, but these errors were encountered: