Can't install DGL using pip or conda

Hi

I’m having trouble installing DGL using both pip and conda on MacOSX 12.3.1 (edit: using Apple M1 Pro chip). I’m following the instructions from the Getting Started page here.

When trying to install using pip, I’m receiving this error:

~ $ python3 -m pip install dgl -f https://data.dgl.ai/wheels/repo.html
Looking in links: https://data.dgl.ai/wheels/repo.html
ERROR: Could not find a version that satisfies the requirement dgl (from versions: none)
ERROR: No matching distribution found for dgl

When trying to install using conda, I receive this error:

~ $ conda install -c dglteam dgl
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.

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

  - dgl

Current channels:

  - https://conda.anaconda.org/dglteam/osx-arm64
  - https://conda.anaconda.org/dglteam/noarch
  - https://repo.anaconda.com/pkgs/main/osx-arm64
  - https://repo.anaconda.com/pkgs/main/noarch
  - https://repo.anaconda.com/pkgs/r/osx-arm64
  - https://repo.anaconda.com/pkgs/r/noarch

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.

I have miniconda installed.

Any help is appreciated.

Kristian

Unfortunately, there’s no built DGL package for Apple m1 machine for now.

Ah that is unfortunate… @mufeili and @VoVAllen – is this something that is in the works?

Thanks!

k

Not to my knowledge. @BarclayII

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.