ESMCI / cime

Common Infrastructure for Modeling the Earth
http://esmci.github.io/cime
Other
161 stars 206 forks source link

dist_utils is depricated #4668

Open jedwards4b opened 1 month ago

jedwards4b commented 1 month ago

In utils.py and perhaps in other places we have:

# pylint: disable=deprecated-module                                                                                                                                        
from distutils import file_util                     

marking the routine as deprecated means it won't fail the pylint test - but it is completly removed in the latest python 3.12. We need to replace all occurances of distutils in cime.