wildmeshing-python icon indicating copy to clipboard operation
wildmeshing-python copied to clipboard

How to install wildmeshing by conda on M1 mac

Open Jax922 opened this issue 2 years ago • 0 comments

I tried to use the conda install wildmeshing on my M1 Mac(conda install wildmeshing), but could not succeed. The error as following text: 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:

  • wildmeshing

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.

Jax922 avatar Sep 05 '23 08:09 Jax922