tika-python
tika-python copied to clipboard
UserWarning: pkg_resources is deprecated as an API.
\.venv\lib\site-packages\tika\__init__.py:20
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').declare_namespace(__name__)
These warnings were annoying me too, so I created https://github.com/chrismattmann/tika-python/pull/434 to fix that
any updates on this issue?