pyg-team / pytorch_geometric

Graph Neural Network Library for PyTorch
https://pyg.org
MIT License
20.54k stars 3.57k forks source link

unable to install with conda #9388

Closed davidireland3 closed 3 weeks ago

davidireland3 commented 4 weeks ago

😵 Describe the installation problem

(base) conda install pyg -c pyg
Channels:
 - pyg
 - defaults
 - pytorch
Platform: osx-arm64
Collecting package metadata (repodata.json): done
Solving environment: failed

PackagesNotFoundError: The following packages are not available from current channels:

  - pyg

Current channels:

  - https://conda.anaconda.org/pyg
  - defaults
  - https://conda.anaconda.org/pytorch/osx-arm64

To search for alternate channels that may provide the conda package you're
looking for, navigate to

    https://anaconda.org

and use the search bar at the top of the page.

using the conda install command given on the installation page, I get the above error. I was able to install with pip.

Environment

rusty1s commented 3 weeks ago

Currently, we don't have conda builds for ARM-based mac. I suggest to install via pip for now.