h3-py icon indicating copy to clipboard operation
h3-py copied to clipboard

Conda installation fails with PackagesNotFoundError

Open petrgazarov opened this issue 3 years ago • 1 comments

MacOS 12.3 (M1)

 ➜ conda config --add channels conda-forge
Warning: 'conda-forge' already in 'channels' list, moving to the top
 ➜ conda install h3-py
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:

  - h3-py

Current channels:

  - https://conda.anaconda.org/conda-forge/osx-arm64
  - https://conda.anaconda.org/conda-forge/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.

petrgazarov avatar Oct 07 '22 04:10 petrgazarov

Could you please raise an issue here: https://github.com/conda-forge/h3-py-feedstock

ajfriend avatar Oct 14 '22 00:10 ajfriend