Python library: should depend on setuptools or otherwise replace `pkg_resources`
Opened this issue · 0 comments
juanmirocks commented
The python asts
package depends internally on pkg_resources
(which is deprecated).
If still used, at least the setuptools
package should be declared as a dependency. Otherwise, trying to pip-install & import asts
, results in:
ModuleNotFoundError: No module named 'pkg_resources'