[Tracking Issue] Remove distutils
dependency from the codebase
#17172
Labels
needs-triage
PRs or issues that need to be investigated by maintainers to find the right assignees to address it
type: bug
Because python >=3.12 does not ship
distutils
anymore.https://peps.python.org/pep-0632/#migration-advice
Belows are the modules we use.
packaging.version.parse
instead ofdistutils.version.LooseVersion
#17173distutils.util.strtobool()
#17185The text was updated successfully, but these errors were encountered: