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
setuptools are good drop-in replacement, so we can just replace dependency to python3-distutils to python3-setuptools. However, I only tested it on Debian trixie.
The text was updated successfully, but these errors were encountered:
According to https://docs.python.org/3/whatsnew/3.12.html#whatsnew312-removed-distutils ,
distutils
are removed from python 3.12.setuptools
are good drop-in replacement, so we can just replace dependency topython3-distutils
topython3-setuptools
. However, I only tested it on Debian trixie.The text was updated successfully, but these errors were encountered: