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
ImportError: cannot import name 'Config' from 'habitat.config' (/content/habitat-lab/habitat-lab/habitat/config/init.py)
Can some one let me know how to deal with this??
Error Message:
ImportError Traceback (most recent call last) in
26 import habitat
27 import habitat_sim
---> 28 from habitat.config import Config
29 from habitat.core.registry import registry
30 from habitat_sim.utils import common as ut
ImportError: cannot import name 'Config' from 'habitat.config' (/content/habitat-lab/habitat-lab/habitat/config/init.py)
NOTE: If your import is failing due to a missing package, you can
manually install dependencies using either !pip or !apt.
To view examples of installing some common dependencies, click the
"Open Examples" button below.
The text was updated successfully, but these errors were encountered:
For this tutorial session: https://www.youtube.com/watch?v=KbbfD7RlJLM&list=PLGywud_-HlCORC0c4uj97oppQrGiB6JNy
When I run the code 'Path Setup and Imports', habitat.config error doesn't allow me to move forward. Is this happened because of the incompatibility of TensorFlow version?
ImportError: cannot import name 'Config' from 'habitat.config' (/content/habitat-lab/habitat-lab/habitat/config/init.py)
Can some one let me know how to deal with this??
Error Message:
ImportError Traceback (most recent call last)
in
26 import habitat
27 import habitat_sim
---> 28 from habitat.config import Config
29 from habitat.core.registry import registry
30 from habitat_sim.utils import common as ut
ImportError: cannot import name 'Config' from 'habitat.config' (/content/habitat-lab/habitat-lab/habitat/config/init.py)
NOTE: If your import is failing due to a missing package, you can
manually install dependencies using either !pip or !apt.
To view examples of installing some common dependencies, click the
"Open Examples" button below.
The text was updated successfully, but these errors were encountered: