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

No module named 'habitat_sim.utils.settings' #2302

Open
Thaumaturge2020 opened this issue Jan 19, 2024 · 1 comment
Open

No module named 'habitat_sim.utils.settings' #2302

Thaumaturge2020 opened this issue Jan 19, 2024 · 1 comment
Labels
support User support requested (e.g. specific issue or API usage question)

Comments

@Thaumaturge2020
Copy link

Habitat-Sim version

vx.x.x or main?

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? The bug you are about to report may already be fixed in the latest version.

Main branch contains 'bleeding edge' code, but we do appreciate bug reports for it!

🐛 Bug

Steps to Reproduce

Steps to reproduce the behavior:

1.export PYTHONPATH=${pwd}
2.python examples/example.py --scene ./test_data/scene_datasets/habitat-test-scenes/skokloster-castle.glb --enable_physics
3.

I'm running the command right in my folder

Please note that without a minimal working example to reproduce the bug, we may not be able to help you.

Expected behavior

Additional context

System Info

Please copy and paste the output from the
environment collection script
(or fill out the checklist below manually).

You can run the script with:

# For security purposes, please check the contents of collect_env.py before running it.
python src_python/habitat_sim/utils/collect_env.py
  • OS (e.g., Linux):
  • How you installed PyTorch (conda, pip, source):
  • Build command you used (if compiling from source):
  • Python version:
  • GPU models and configuration:
  • CUDA version:
  • PIP/conda dependencies packages versions
  • Any other relevant information:
@aclegg3 aclegg3 added the support User support requested (e.g. specific issue or API usage question) label Jan 19, 2024
@aclegg3
Copy link
Contributor

aclegg3 commented Jan 19, 2024

Hey @Thaumaturge2020,

Looks like the settings module is not being found. I'm curious what version you installed and how. Did you conda install or build from source?
I see the --enable-physics flag in your command which is no longer part of the viewer CLI on main branch. This makes me think you may be on an older version of the repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
support User support requested (e.g. specific issue or API usage question)
Projects
None yet
Development

No branches or pull requests

2 participants