You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pkg_resources is provided by setuptools, but setuptools is not listed in install_requires in setup.py.
That leads to this:
Traceback (most recent call last):
File "/home/tucked/.local/bin/pepper", line 7, in <module>
import pepper.script
File "/home/tucked/.local/pipx/venvs/salt-pepper/lib/python3.12/site-packages/pepper/__init__.py", line 4, in <module>
import pkg_resources
ModuleNotFoundError: No module named 'pkg_resources'
The text was updated successfully, but these errors were encountered:
pepper/pepper/__init__.py
Line 4 in 8ab18e8
pkg_resources
is provided bysetuptools
, butsetuptools
is not listed ininstall_requires
insetup.py
.That leads to this:
The text was updated successfully, but these errors were encountered: