Skip to content

ModuleNotFoundError: No module named 'habitat' #64

Description

@rushibs

I followed all the steps mentioned to reproduce the codebase. However, I am getting the error shown below when I run the following command:

python3 main.py -n1 --auto_gpu_config 0 --split val

ERROR:

Traceback (most recent call last):
File "main.py", line 15, in
from env import make_vec_envs
File "/home/USER/Neural-SLAM/env/init.py", line 3, in
from .habitat import construct_envs
File "/home/USER/Neural-SLAM/env/habitat/init.py", line 6, in
from habitat.config.default import get_config as cfg_env
ModuleNotFoundError: No module named 'habitat'

Could you kindly guide me what the issue could be and how to resolve it?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions