grahampugh / macadmin-scripts

Scripts of possible interest to macOS admins
Other
366 stars 46 forks source link

distutils removal coming in python 3.12 #47

Open grahampugh opened 2 years ago

grahampugh commented 2 years ago
/Library/Management/erase-install/installinstallmacos.py:45: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives
  from distutils.version import LooseVersion

Need a replacement. Take a look at APLooseVersion.