GrammaTech / sel

Programmatic modification and evaluation of software
https://grammatech.github.io/sel/#Top
Other
166 stars 21 forks source link

Python library: should depend on setuptools or otherwise replace `pkg_resources` #31

Open juanmirocks opened 3 months ago

juanmirocks commented 3 months ago

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'