You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should keep an issue about moving away from setuptools. For now we have only added setuptools as an explicit dependency, but this remains an outdated package and there should be a better alternative
In python 3.10, distutils was deprecated. In python 3.12, distutils is no longer provided by "default". More details here: https://peps.python.org/pep-0632/#migration-advice
pdi rely on disutils in its discovery of python (Support.cmake):
The text was updated successfully, but these errors were encountered: