tika-python icon indicating copy to clipboard operation
tika-python copied to clipboard

UserWarning: pkg_resources is deprecated as an API.

Open Kushim-Jiang opened this issue 7 months ago • 1 comments

\.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__)

Kushim-Jiang avatar Jun 19 '25 07:06 Kushim-Jiang

These warnings were annoying me too, so I created https://github.com/chrismattmann/tika-python/pull/434 to fix that

Flushot avatar Jul 26 '25 17:07 Flushot

any updates on this issue?

TruffleClock avatar Dec 12 '25 00:12 TruffleClock