Hi!
Getting this scary warning when trying to use setup.py:
setup.py:8: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives
https://peps.python.org/pep-0632/ suggests moving to setuptools for anything non-trivial.
Best,
LM
Hi!
Getting this scary warning when trying to use setup.py:
setup.py:8: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives
https://peps.python.org/pep-0632/ suggests moving to setuptools for anything non-trivial.
Best,
LM