facebookresearch / habitat-sim

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

--[CI Fix] Fix miniconda versions #2334

Closed jturner65 closed 4 months ago

jturner65 commented 4 months ago

Motivation and Context

Using the latest miniconda versions is referencing python 3.12 which is undesirable, and causes osx builds to break (pkgutil.ImpImporter class was deprecated in python 3.3 and removed in 3.12.)

This PR will freeze our miniconda version to most recent python 3.10 version for both linux and mac.

How Has This Been Tested

Types of changes

Checklist

jturner65 commented 4 months ago

LGTM!

We'll probably want to extend support to Python 3.12 in the foreseeable future.

Yeah, definitely (supposed to be markedly faster with strings, for instance), but it will certainly require a some investigation and reworking since there are many modules that have been deprecated for a while that were removed with 3.11 and 3.12.

aclegg3 commented 4 months ago

Thanks for investigating and fixing this. :+1: