Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError: No module named 'pkg_resources' #241

Closed
tucked opened this issue Dec 12, 2024 · 1 comment
Closed

ModuleNotFoundError: No module named 'pkg_resources' #241

tucked opened this issue Dec 12, 2024 · 1 comment

Comments

@tucked
Copy link

tucked commented Dec 12, 2024

import pkg_resources

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'
@barneysowood
Copy link
Collaborator

Should be resolved by #236

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants