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

Module not found error

Open SarthakJaindebugger opened this issue 11 months ago • 2 comments

          I'm facing the same issue too after running this command: python examples/viewer.py --scene data/scene_datasets/habitat-test-scenes/skokloster-castle.glb

I installed habitat-sim and lab via this link: https://github.com/facebookresearch/sound-spaces/issues/80 I tried it on both Ubuntu and Google Colab and I've a system with built in display.

Originally posted by @SarthakJaindebugger in https://github.com/facebookresearch/habitat-sim/issues/1702#issuecomment-1732270634

SarthakJaindebugger avatar Sep 23 '23 09:09 SarthakJaindebugger

Hey @SarthakJaindebugger

In that Issue, the recommended install for habitat-sim looks like:

python setup.py install --with-cuda --bullet --audio --headless # compilation goes brrrr...

If you install with --headless you will not be able to run the viewer application.

aclegg3 avatar Sep 25 '23 14:09 aclegg3

Thanks @aclegg3 for the reply. I'll try by running this command by removing --headless and --with-cuda. As I don't have a GPU on my system and it's a laptop as well.

SarthakJaindebugger avatar Sep 25 '23 17:09 SarthakJaindebugger

Closing stale issue.

aclegg3 avatar Jan 16 '24 17:01 aclegg3