Skip to content

Issue: torch_geometric install Error #4

@ianzhao2022

Description

@ianzhao2022

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions