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

question about habitat_sim.utils.datasets_download #2172

Closed
man469 opened this issue Aug 2, 2023 · 2 comments
Closed

question about habitat_sim.utils.datasets_download #2172

man469 opened this issue Aug 2, 2023 · 2 comments
Labels
FAQ Frequently asked questions. solution proposed A solution or workaround is proposed but may not be merged to main.

Comments

@man469
Copy link

man469 commented Aug 2, 2023

I try to download dataset using following command:
python -m habitat_sim.utils.datasets_download --uids replica_cad_dataset
it seems that this command relys on git-lfs. So I follow the instruction to install
sudo apt install git-lfs and git lfs install
However when I try to download the dataset again, it returns error:
Error: unknown shorthand flag: 'f' in -f
git lfs prune [options]
Could anyone else encounter similar problem? Thanks a lot!

@aclegg3 aclegg3 added FAQ Frequently asked questions. solution proposed A solution or workaround is proposed but may not be merged to main. labels Aug 2, 2023
@aclegg3
Copy link
Contributor

aclegg3 commented Aug 2, 2023

@man469 sounds like you are on an older Ubuntu system version which does not support newer git-lfs API.

In this case add --no-prune to the downloader command and you should be good to go.

@aclegg3 aclegg3 closed this as completed Aug 2, 2023
@man469
Copy link
Author

man469 commented Aug 3, 2023

@aclegg3 it works! Thank you very much !!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FAQ Frequently asked questions. solution proposed A solution or workaround is proposed but may not be merged to main.
Projects
None yet
Development

No branches or pull requests

2 participants