.../python3.12/site-packages/pdbfixer/pdbfixer.py:61: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
from pkg_resources import resource_filename
Using importlib should reduce the dependency of setuptools in runtime, and it's also available from old enough Python 3.7.
Running pdbfixer shows this warning:
Using importlib should reduce the dependency of
setuptools
in runtime, and it's also available from old enough Python 3.7.