Skip to content

Python 3.12 builds failing due to removed distutils

Python 3.12 removed the distutils module, so all of the Python 3.12 rebuilds are failing:

-- Found PythonInterp: /home/conda/feedstock_root/build_artifacts/ldas-tools-al-swig_1696013422447/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pl/bin/python (found suitable version "3.12", minimum required is "3.4") 
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ModuleNotFoundError: No module named 'distutils'
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ModuleNotFoundError: No module named 'distutils'