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_sim install script for Colab is failing - new error #1884

Closed
srkiyengar opened this issue Oct 3, 2022 · 2 comments
Closed

Habitat_sim install script for Colab is failing - new error #1884

srkiyengar opened this issue Oct 3, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@srkiyengar
Copy link

srkiyengar commented Oct 3, 2022

Habitat-Sim version

A new error is showing when executing
curl -L https://raw.githubusercontent.com/facebookresearch/habitat-sim/master/examples/colab_utils/colab_install.sh | NIGHTLY=false bash -s

It was working well as of October 2, 2022.

🐛 Bug

Habitat_sim install fails during this part of the installation:
Cloning into 'habitat-sim'...
remote: Enumerating objects: 925, done.
remote: Counting objects: 100% (925/925), done.
remote: Compressing objects: 100% (865/865), done.
remote: Total 925 (delta 82), reused 543 (delta 46), pack-reused 0
Receiving objects: 100% (925/925), 44.23 MiB | 22.20 MiB/s, done.
Resolving deltas: 100% (82/82), done.
ERROR: Could not open requirements file: [Errno 2] No such file or directory: './requirements.txt'
ERROR: Could not open requirements file: [Errno 2] No such file or directory: './habitat_baselines/**/requirements.txt'
python: can't open file 'setup.py': [Errno 2] No such file or directory
An error occured during the installation of Habitat-sim or Habitat-Lab.

Steps to Reproduce

Executing the script in colab is sufficient.

!curl -L https://raw.githubusercontent.com/facebookresearch/habitat-sim/master/examples/colab_utils/colab_install.sh | NIGHTLY=false bash -s

I have attached all the messages from the execution of the script. The error is at the very end of the long attached file "install_error.pdf", the last few lines.
install_error.pdf

@srkiyengar srkiyengar changed the title New Error: Habitat_sim install script for Colab New Error: Failure of Habitat_sim install script for Colab Oct 3, 2022
@srkiyengar srkiyengar changed the title New Error: Failure of Habitat_sim install script for Colab Habitat_sim install script for Colab is failing - new error Oct 3, 2022
@srkiyengar srkiyengar reopened this Oct 4, 2022
@aclegg3 aclegg3 added the bug Something isn't working label Oct 5, 2022
@aclegg3
Copy link
Contributor

aclegg3 commented Oct 5, 2022

Thanks @srkiyengar. The file was moved in lab. The above PR should fix this.

@aclegg3
Copy link
Contributor

aclegg3 commented Oct 11, 2022

Verified this is fixed by PR above. Merged that into the suggested fix for #1818

@aclegg3 aclegg3 closed this as completed Oct 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants