You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.
File "/home/sdl/Desktop/Project/soundspace/sound-spaces/scripts/cache_observations.py", line 18, in
from soundspaces.utils import load_metadata
File "/home/sdl/Desktop/Project/soundspace/sound-spaces/soundspaces/init.py", line 7, in
from soundspaces.tasks.action_space import MoveOnlySpaceConfiguration
File "/home/sdl/Desktop/Project/soundspace/sound-spaces/soundspaces/tasks/init.py", line 2, in
from soundspaces.simulator import SoundSpacesSim
File "/home/sdl/Desktop/Project/soundspace/sound-spaces/soundspaces/simulator.py", line 28, in
from habitat.sims.habitat_simulator.habitat_simulator import HabitatSimSensor, overwrite_config
ImportError: cannot import name 'HabitatSimSensor' from 'habitat.sims.habitat_simulator.habitat_simulator' (/home/sdl/Desktop/Project/soundspace/habitat-lab/habitat/sims/habitat_simulator/habitat_simulator.py)`
I was sure to install the specified version of habitat-lab and habitat-sim,and i had check out habitat-sim and habitat-lab both at v0.1.7.
I was wondering if anyone has ran into this before or has any ideas how to solve this?
Thanks!
The text was updated successfully, but these errors were encountered:
Hello!
I am trying to run
python scripts/cache_observations.py
by following the https://github.com/facebookresearch/sound-spaces/blob/main/INSTALLATION.md,i get this issue:`Traceback (most recent call last):
File "/home/sdl/Desktop/Project/soundspace/sound-spaces/scripts/cache_observations.py", line 18, in
from soundspaces.utils import load_metadata
File "/home/sdl/Desktop/Project/soundspace/sound-spaces/soundspaces/init.py", line 7, in
from soundspaces.tasks.action_space import MoveOnlySpaceConfiguration
File "/home/sdl/Desktop/Project/soundspace/sound-spaces/soundspaces/tasks/init.py", line 2, in
from soundspaces.simulator import SoundSpacesSim
File "/home/sdl/Desktop/Project/soundspace/sound-spaces/soundspaces/simulator.py", line 28, in
from habitat.sims.habitat_simulator.habitat_simulator import HabitatSimSensor, overwrite_config
ImportError: cannot import name 'HabitatSimSensor' from 'habitat.sims.habitat_simulator.habitat_simulator' (/home/sdl/Desktop/Project/soundspace/habitat-lab/habitat/sims/habitat_simulator/habitat_simulator.py)`
I was sure to install the specified version of habitat-lab and habitat-sim,and i had check out habitat-sim and habitat-lab both at v0.1.7.
I was wondering if anyone has ran into this before or has any ideas how to solve this?
Thanks!
The text was updated successfully, but these errors were encountered: