equinor / dlisio

Python library for working with the well log formats Digital Log Interchange Standard (DLIS V1) and Log Information Standard (LIS79)
https://dlisio.readthedocs.io/en/latest/
Other
121 stars 39 forks source link

DeprecationWarning: pkg_resources is deprecated as an API. #434

Closed mhwaage closed 8 months ago

mhwaage commented 8 months ago

When importing dlisio, the following warning is issued:

.../dlisio/init.py:7: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html

The link explains that (the batteries-included library) importlib should be used instead of pkg_resources.

mhwaage commented 8 months ago

I see that this is already fixed in source and we must be using an old version.