ncar-xdev / ecgtools

ESM Catalog Generation tools
https://ecgtools.readthedocs.io
Apache License 2.0
9 stars 11 forks source link

[Bug]: `pkg_resources` is deprecated and removed in Python 3.12 #185

Closed dougiesquire closed 1 month ago

dougiesquire commented 1 month ago

What happened?

Importing ecgtools with Python 3.12 gives

ModuleNotFoundError: No module named 'pkg_resources'

since pkg_resources is deprecated and removed in Python 3.12

Anything else we need to know?

This should easy to fix by using importlib instead to get the version in __init__.py.