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
distutils.util.strtobool needs replacement since distutils will be removed in Python 3.12. PEP 632 suggests copying the implementation into your own code.
The text was updated successfully, but these errors were encountered:
distutils.util.strtobool
needs replacement sincedistutils
will be removed in Python 3.12.PEP 632 suggests copying the implementation into your own code.
The text was updated successfully, but these errors were encountered: