You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apport is currently using distutils and gets following warning when running setup.py:
./setup.py:3: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives
Sadly moving to setuptools is no simple task, because apport has translations file and uses python-distutils-extra for building the translation. What do you suggest for migration? Adding i18n support to setuptools? Writing a setuptools plugin (if so, where do I find documentation for it)?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Apport is currently using distutils and gets following warning when running
setup.py
:Sadly moving to setuptools is no simple task, because apport has translations file and uses python-distutils-extra for building the translation. What do you suggest for migration? Adding i18n support to setuptools? Writing a setuptools plugin (if so, where do I find documentation for it)?
Beta Was this translation helpful? Give feedback.
All reactions