opendatacube / eo-datasets

Easily write, validate and convert EO datasets and metadata.
Apache License 2.0
49 stars 26 forks source link

verify.py:6: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. #346

Open pjonsson opened 3 months ago

pjonsson commented 3 months ago

I submitted a PR to datacube-explorer and got this warning in the tests:

verify.py:6: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives
    from distutils import spawn

I see #312 also mentions Python 3.12 support, but that issue seems to be about versioneer.