Closed XYZ-99 closed 3 years ago
I believe this is some bug in python 3.6 as I described in this issue here: https://github.com/devendrachaplot/Neural-SLAM/issues/1#issuecomment-616630502
If you update the python version to 3.7, this issue should be resolved.
@devendrachaplot if I update the python version to 3.7 the habitat-sim version you advertise is not compatible. I am using release 0.1.4. Would it be possible to use a later habitat release with your code?
habitat-sim=0.1.4 -> python[version='>=3.6,<3.7.0a0']
@devendrachaplot Unfortunately, habitat-sim=0.1.5 also requires python 3.6
Unfortunately, I cannot see how to use python 3.7 as a workaround since the datasets require python 3.6. How did you implement this with the existing bugs in python 3.6 previously?
I installed the environment according to README.md:
An error then occurred:
Are there any extra commands that I have missed?