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

No module named 'pkg_ressources' #34

Closed
maxi07 opened this issue Oct 25, 2023 · 1 comment
Closed

No module named 'pkg_ressources' #34

maxi07 opened this issue Oct 25, 2023 · 1 comment

Comments

@maxi07
Copy link

maxi07 commented Oct 25, 2023

After installing with pip install genbadge[all], running any genbadge command gives the following error:

Traceback (most recent call last):
  File "<frozen runpy>", line 198, in _run_module_as_main
  File "<frozen runpy>", line 88, in _run_code
  File "C:\Users\User\AppData\Local\Programs\Python\Python312\Scripts\genbadge.exe\__main__.py", line 4, in <module>
  File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\genbadge\__init__.py", line 5, in <module>    
    from .utils_badge import Badge
  File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\genbadge\utils_badge.py", line 20, in <module>
    from pkg_resources import resource_string, resource_filename       
ModuleNotFoundError: No module named 'pkg_resources'
@smarie
Copy link
Owner

smarie commented Nov 10, 2023

Thanks @maxi07 for reporting ! This seems to be a refined duplicate of #32 .

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