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
Yeah, this has been coming. We can either change our CLI flag reading logic to something more standard ("non-empty flag means true, empty flag means false"), which is a breaking change, or reimplement the one-line function that we were using from distutils.
Describe the bug
The det CLI tool produces an error that distuils is not found when run on Python 3.12.
distutils was depcreated in Python 3.10 and removed in 3.12.
Reproduction Steps
Expected Behavior
Determined client works on 3.12. Even if 3.12 is not yet supported, we should plan for deprecation of distutils.
Screenshot
Environment
Additional Context
No response
The text was updated successfully, but these errors were encountered: