UltraNest icon indicating copy to clipboard operation
UltraNest copied to clipboard

Conda installer does not work for Apple OSX-arm64

Open JorisDeRidder opened this issue 1 year ago • 1 comments
trafficstars

  • UltraNest version: latest
  • Python version: 3.11
  • Operating System: osx-arm64

Description

The installation procedure outlined in the documentation:

conda install --channel conda-forge ultranest

results in the following error:

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

- ultranest

Current channels:

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

JorisDeRidder avatar Feb 16 '24 16:02 JorisDeRidder

following https://conda-forge.org/blog/2020/10/29/macos-arm64/, I created https://github.com/conda-forge/conda-forge-pinning-feedstock/pull/6126

JohannesBuchner avatar Jul 08 '24 06:07 JohannesBuchner