run_gubbins.py -h
/home/shared/conda/envs/gubbins/lib/python3.10/site-packages/gubbins/__init__.py:12: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.
import pkg_resources
We got this on a lot of our older python tools too... had to tweak them.
We got this on a lot of our older python tools too... had to tweak them.