OMPython icon indicating copy to clipboard operation
OMPython copied to clipboard

Use of distutils.spawn triggers DeprecationWarning

Open bilderbuchi opened this issue 2 years ago • 0 comments

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

bilderbuchi avatar Jul 06 '22 10:07 bilderbuchi