Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Environment Setup and Import Errors with habitat-sim #5

Open
VentusYue opened this issue Nov 28, 2023 · 0 comments
Open

Environment Setup and Import Errors with habitat-sim #5

VentusYue opened this issue Nov 28, 2023 · 0 comments

Comments

@VentusYue
Copy link

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:

  1. Attempted installation of habitat-sim-challenge-2022 with the following command:
    conda install habitat-sim-challenge-2022 headless -c conda-forge -c aihabitat
    
  2. Received PackagesNotFoundError.
  3. Tried installing the latest version of habitat-sim (0.3.0).
  4. Encountered an ImportError while importing _C from habitat.config.default.

Error Messages:

  1. PackagesNotFoundError:

    PackagesNotFoundError: The following packages are not available from current channels:
    - habitat-sim-challenge-2022
    
  2. ImportError:

    ImportError: cannot import name '_C' from 'habitat.config.default'
    

what are the versions of habitat-lab and habitat-sim of zson uses?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant