Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Habitat.config error in Google Colab #1074

Closed
JaechangKo opened this issue Jan 10, 2023 · 2 comments
Closed

Habitat.config error in Google Colab #1074

JaechangKo opened this issue Jan 10, 2023 · 2 comments

Comments

@JaechangKo
Copy link

JaechangKo commented Jan 10, 2023

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.

Capture

Capture2

@rpartsey
Copy link
Collaborator

Hi @JaechangKo check out this issue. There is a known problem with Colab. Try the solution proposed there and let me know if there are more issues.

@aclegg3
Copy link
Contributor

aclegg3 commented Jan 16, 2024

Note we have stopped supporting colab and converted tutorials to local Jupyter notebooks instead.

@aclegg3 aclegg3 closed this as completed Jan 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants