Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix ModuleNotFoundError: No module named 'torch_geometric.utils.to_dense_adj' #271

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

c0mm4nd
Copy link

@c0mm4nd c0mm4nd commented Apr 15, 2024

We changed the filenames internally, but it looks like PyG Temporal requires an earlier version of PyG. At best, just import either from torch_geometric.utils directly or from torch_geometric.utils._to_dense_adj.

pyg-team/pytorch_geometric#9023

Fix ModuleNotFoundError: No module named 'torch_geometric.utils.to_dense_adj'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant