You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ python -W always -c "import earthaccess"
/home/honnorat/usr/conda/envs/earthaccess/lib/python3.12/site-packages/earthaccess/formatters.py:4:
DeprecationWarning: pkg_resources is deprecated as an API.
See https://setuptools.pypa.io/en/latest/pkg_resources.html
import pkg_resources
Use of
pkg_resources
is deprecated in favor of importlib.resources:The code in
formatters.py
:could be replaced by:
The text was updated successfully, but these errors were encountered: