Replies: 2 comments 7 replies
-
We changed the filenames internally, but it looks like PyG Temporal requires an earlier version of PyG. At best, just import either from |
Beta Was this translation helpful? Give feedback.
-
Hi I have trying to access torch geometric temporal but the imports are giving me errors import torch ModuleNotFoundError Traceback (most recent call last) File /opt/conda/lib/python3.11/site-packages/torch_geometric_temporal/init.py:1 File /opt/conda/lib/python3.11/site-packages/torch_geometric_temporal/nn/init.py:2 File /opt/conda/lib/python3.11/site-packages/torch_geometric_temporal/nn/attention/init.py:6 File /opt/conda/lib/python3.11/site-packages/torch_geometric_temporal/nn/attention/tsagcn.py:6 ModuleNotFoundError: No module named 'torch_geometric.utils.to_dense_adj' |
Beta Was this translation helpful? Give feedback.
-
I am running the example of pytorch geometric temporal, the terminal pop up an error as the title. I checked the env documents and I can found the py document '_to_dense_adj.py' and the functions in it. I wonder why the programme cannot found it and raise the error.
Beta Was this translation helpful? Give feedback.
All reactions