facebookresearch / habitat-sim

A flexible, high-performance 3D simulator for Embodied AI research.
https://aihabitat.org/
MIT License
2.54k stars 414 forks source link

habitat-sim&habitat-lab #2308

Open ChrisWanghb opened 7 months ago

ChrisWanghb commented 7 months ago

I am unable to install habitat-sim and habitat-lab using the following methods. git clone https://github.com/facebookresearch/habitat-sim.git cd habitat-sim; git checkout tags/challenge-2022; pip install -r requirements.txt; python setup.py install --headless python setup.py install # (for Mac OS) Please tell the version of habitat-sim and habitat-lab for challenge-2022. Thank you very much

aclegg3 commented 7 months ago

Hey @ChrisWanghb,

We don't explicitly support older versions of the code, but I may be able to give you some pointers if you can provide more information.

1) I assume you are building this in a conda env as directed in the install instructions, right? 2) What errors are you seeing in console output?