OMPython
OMPython copied to clipboard
Use of distutils.spawn triggers DeprecationWarning
Description
The use of distutils.spawn here is deprecated:
OMPython\__init__.py:36: 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 import spawn
Steps to Reproduce
python -Wd -c "import OMPython"
Expected Behavior
No DeprecationWarning is emitted
OMPython 3.4.0, Windows 10