-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Hi, I'm trying to run the evaluate.py script, but I keep encountering this error:
ModuleNotFoundError: No module named 'torch_geometric'
Here’s what I’ve tried so far:
Created a new conda environment and installed the dependencies using conda install.
Attempted to install PyG using:
conda install pyg -c pyg
— but the error persisted.
Then I tried installing from the official PyG wheel source using:
pip install torch-scatter torch-sparse torch-cluster torch-spline-conv -f https://data.pyg.org/whl/torch-1.8.0+cu111.html
pip install torch-geometric
— this also failed.
Could you please advise on the correct installation method for torch_geometric that works with your codebase? I'd really appreciate your help.
Thanks!
Metadata
Metadata
Assignees
Labels
No labels