zson
zson copied to clipboard
Environment Setup and Import Errors with `habitat-sim`
Issue Summary:
When attempting to install habitat-sim-challenge-2022 using Conda, I encountered a PackagesNotFoundError. Additionally, switching to the latest version of habitat-sim (0.3.0) results in an ImportError.
Steps to Reproduce:
- Attempted installation of
habitat-sim-challenge-2022with the following command:conda install habitat-sim-challenge-2022 headless -c conda-forge -c aihabitat - Received
PackagesNotFoundError. - Tried installing the latest version of
habitat-sim(0.3.0). - Encountered an ImportError while importing
_Cfromhabitat.config.default.
Error Messages:
-
PackagesNotFoundError:
PackagesNotFoundError: The following packages are not available from current channels: - habitat-sim-challenge-2022 -
ImportError:
ImportError: cannot import name '_C' from 'habitat.config.default'
what are the versions of habitat-lab and habitat-sim of zson uses?