Open juanmirocks opened 3 months ago
The python asts package depends internally on pkg_resources (which is deprecated).
asts
pkg_resources
If still used, at least the setuptools package should be declared as a dependency. Otherwise, trying to pip-install & import asts, results in:
setuptools
import asts
ModuleNotFoundError: No module named 'pkg_resources'
The python
asts
package depends internally onpkg_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: