Skip to content

Use of distutils.spawn triggers DeprecationWarning #164

@bilderbuchi

Description

@bilderbuchi

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions