soda-core icon indicating copy to clipboard operation
soda-core copied to clipboard

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

Open jochenchrist opened this issue 8 months ago • 2 comments

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

jochenchrist avatar May 27 '24 10:05 jochenchrist