I wanted to revisit using this package instead of the nhtot service by swift.ac.uk.
Unfortunately, my current conda environment faces the following issue that this package is incompatible with the latest libraries, because setuptools version 82.0.0 removed pkg_resources: https://setuptools.pypa.io/en/stable/history.html#v82-0-0
pypa/setuptools#3085
Importing now gives an import error that pkg_resources is not found.
The alternative to pkg_resources recommended is importlib.resources.
I wanted to revisit using this package instead of the nhtot service by swift.ac.uk.
Unfortunately, my current conda environment faces the following issue that this package is incompatible with the latest libraries, because setuptools version 82.0.0 removed pkg_resources: https://setuptools.pypa.io/en/stable/history.html#v82-0-0
pypa/setuptools#3085
Importing now gives an import error that pkg_resources is not found.
The alternative to pkg_resources recommended is importlib.resources.