lunes-cms icon indicating copy to clipboard operation
lunes-cms copied to clipboard

`distutils` is deprecated in Python 3.10 or higher

Open MizukiTemma opened this issue 1 year ago • 0 comments

Describe the Bug

distutils is deprecated in Python 3.10 or higher and will be removed for Python 3.12.

Steps to Reproduce

  1. install Python 3.10 or higher and use the version
  2. run ./tools/pylint.sh
  3. see the warning Deprecated module 'distutils.util' (deprecated-module)

Expected Behavior

There should be no such warning. Probably use the setuptools package?

Actual Behavior

distutils is deprecated.

Additional Information

MizukiTemma avatar Jan 25 '24 14:01 MizukiTemma