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
As of Python 3.10, distutils has been deprecated,
strtoboolshould be replaced in https://github.com/sodadata/soda-core/blob/main/soda/core/soda/telemetry/soda_telemetry.pyPEP 632 recomends copying the implementation into your own code, or reimplementing:
https://www.python.org/dev/peps/pep-0632/#migration-advice