pymorphy2-fork/pymorphy2

Tests fail on Python 3.12

Closed this issue · 2 comments

>       import pkg_resources
E       ModuleNotFoundError: No module named 'pkg_resources'

Possible solution: installation of setuptools (adding setuptools to dependencies)

Fixed via #18