And fwiw, according to Google:
Quote:
|
The distutils package was the original standard library module in Python for building and installing other Python modules and extensions. However, it has been deprecated since Python 3.10 and was completely removed in Python 3.12 in favor of modern packaging tools like setuptools.
|
So the bundled Python for Mac and Windows is version 3.13 and will not have distutils.