ejeschke / ginga

The Ginga astronomical FITS file viewer
BSD 3-Clause "New" or "Revised" License
120 stars 77 forks source link

distutils is completely deprecated in python 3.12 #1095

Closed ejeschke closed 3 months ago

ejeschke commented 3 months ago

The distutils module is to be removed in python 3.12.

Ginga currently imports the module in:

ejeschke commented 3 months ago

Hmm...I just created a python 3.12 environment with conda and I can still import distutils.

pllim commented 3 months ago

You can import it, but you might have seen a deprecation warning?