Habitat.config error report #1066
Unanswered
JaechangKo
asked this question in
Q&A
Replies: 1 comment
-
Hey @JaechangKo I think Colabs are broken at the moment due to changes on their backend. We'll need to do some refactoring to fix that eventually. In the meantime, I suggest you install from conda or source and run the python locally. 🙂 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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?
Colab Link: http://bit.ly/habitat_lab_interactive_tasks
ImportError: cannot import name 'Config' from 'habitat.config' (/content/habitat-lab/habitat-lab/habitat/config/init.py)
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.
Beta Was this translation helpful? Give feedback.
All reactions