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

conda install not working (on my m1 mac)

Open alecjacobson opened this issue 3 years ago • 0 comments

conda install -c conda-forge polyscope

produces


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:

  - polyscope

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.

I'm curious if it's related to being on an m1 mac.

FWIW, cloning this repo and building local worked fine.

alecjacobson avatar Apr 01 '22 21:04 alecjacobson