Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

distutils is deprecated. distutils.util.strtobool needs replacement. #2091

Open
jochenchrist opened this issue May 27, 2024 · 2 comments · May be fixed by #2144
Open

distutils is deprecated. distutils.util.strtobool needs replacement. #2091

jochenchrist opened this issue May 27, 2024 · 2 comments · May be fixed by #2144

Comments

@jochenchrist
Copy link

As of Python 3.10, distutils has been deprecated, strtobool should be replaced in https://github.com/sodadata/soda-core/blob/main/soda/core/soda/telemetry/soda_telemetry.py

PEP 632 recomends copying the implementation into your own code, or reimplementing:
https://www.python.org/dev/peps/pep-0632/#migration-advice

@tools-soda
Copy link

SAS-3530

@dirkgroenen
Copy link
Contributor

Thanks @jochenchrist! We'll make note of it, add it on our backlog, and try to follow-up as time allows.
If you have the ability and time to do so yourself we're always happy to accept contributions. 🙂

@akx akx linked a pull request Aug 6, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants