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
{{ message }}
This repository was archived by the owner on Aug 28, 2021. It is now read-only.
Hello,
I have tried to clone and install Habitat-Sim and Habitat-api within conda environment using this command as suggested from the instructions: pip install git+https://github.com/facebookresearch/habitat-sim.git@a674c5c13683a117c06820c54f5bec9c1775800d
However, it return a lot of errors which seems to be related to pip "Permission denied" within conda environment.
I wonder how to fix this ? I believe I should not use sudo because if I do so then I will install habitat-sim into the system pip, not the one in the conda environment.
Hello,

I have tried to clone and install Habitat-Sim and Habitat-api within conda environment using this command as suggested from the instructions:
pip install git+https://github.com/facebookresearch/habitat-sim.git@a674c5c13683a117c06820c54f5bec9c1775800dHowever, it return a lot of errors which seems to be related to pip "Permission denied" within conda environment.
I wonder how to fix this ? I believe I should not use sudo because if I do so then I will install habitat-sim into the system pip, not the one in the conda environment.