opendatacube / datacube-core

Open Data Cube analyses continental scale Earth Observation data through time
http://www.opendatacube.org
Apache License 2.0
509 stars 177 forks source link

Deprecation Warning on `pkg_resources` in 1.9 branch #1556

Closed omad closed 7 months ago

omad commented 7 months ago

When running from the develop-1.9 branch with Python 3.10 I'm getting unwanted warning messages.

/home/547/dra547/.dea-sandbox/dea/20231204/local/lib/python3.10/site-packages/datacube/drivers/driver_cache.py:54: DeprecationWarning: 
pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
  from pkg_resources import iter_entry_points

This was fixed a while ago in #1464 in the develop branch and subsequent releases, but has snuck back into 1.9.