3dlg-hcvc / mopa

15 stars 2 forks source link

The habitat_sim version. #6

Open yusirhhh opened 7 months ago

yusirhhh commented 7 months ago

When executing the provided commands, I encounter issues related to the habitat_sim and Python versions. Is it possible that I am using incompatible versions of habitat_sim or Python?

git clone git@github.com:sonia-raychaudhuri/habitat-sim.git
cd habitat-sim
python -m pip install -r requirements.txt
python setup.py build_ext --parallel 4 install --headless --bullet 
setup.py:441: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
  assert StrictVersion(
setup.py:443: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
  ) >= StrictVersion("3.9"), "Must use python 3.9 or newer"
Traceback (most recent call last):
  File "setup.py", line 441, in <module>
    assert StrictVersion(
AssertionError: Must use python 3.9 or newer
xiaofeifei-1 commented 7 months ago

I have the same problem, too!