habitat-sim icon indicating copy to clipboard operation
habitat-sim copied to clipboard

PackagesNotFuoundError on MacOS M1.

Open rginpan opened this issue 1 year ago • 4 comments

Habitat-Sim version

vx.x.x

Habitat is under active development, and we advise users to restrict themselves to stable releases. Are you using the latest release version of Habitat-Sim? Your question may already be addressed in the latest version. We may also not be able to help with problems in earlier versions because they sometimes lack the more verbose logging needed for debugging.

Main branch contains 'bleeding edge' code and should be used at your own risk.

Docs and Tutorials

Did you read the docs? https://aihabitat.org/docs/habitat-sim/

Did you check out the tutorials? https://aihabitat.org/tutorial/2020/

Perhaps your question is answered there. If not, carry on!

❓ Questions and Help

% conda install habitat-sim -c conda-forge -c aihabitat

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:

  • habitat-sim

Current channels:

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

rginpan avatar Apr 11 '23 05:04 rginpan

Hey @rginjapan we provide a restricted matrix of conda builds. I think Mac M1 should be supported. Maybe your python version or something else is incompatible? We are currently supporting Python 3.9 for conda.

aclegg3 avatar Jun 02 '23 16:06 aclegg3

Same results here. M1 Mac:

conda install habitat-sim -c conda-forge -c aihabitat
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:

  - habitat-sim

Current channels:

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

geyang avatar Jul 04 '23 21:07 geyang

I had the same issue. Is there any solution to that on M1?

Tom-Huang avatar Jul 25 '23 21:07 Tom-Huang

One solution I am using now is to use a Rosetta translated terminal and install a x86_64 version of conda in it. In that terminal, I can install habitat-sim as instructed without any problem.

Tom-Huang avatar Jul 25 '23 22:07 Tom-Huang