It looks like 3.1.0 is starting to run into issues regarding pkg_resources. I see this has been fixed in GitHub but never push to PyPI. Any plans for a new release?
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/tika/__init__.py", line 20, in <module>
__import__('pkg_resources').declare_namespace(__name__)
AttributeError: module 'pkg_resources' has no attribute 'declare_namespace'
It looks like
3.1.0is starting to run into issues regarding pkg_resources. I see this has been fixed in GitHub but never push to PyPI. Any plans for a new release?