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

v0.1.0 fails with ModuleNotFoundError error #84

Closed
remyroy opened this issue Jul 26, 2024 · 1 comment · Fixed by #85
Closed

v0.1.0 fails with ModuleNotFoundError error #84

remyroy opened this issue Jul 26, 2024 · 1 comment · Fixed by #85
Assignees
Labels
bug Something isn't working

Comments

@remyroy
Copy link
Member

remyroy commented Jul 26, 2024

When trying to run the version 0.1.0 with on Windows, macOS or Linux, we get this error message:

$ ./deposit --help
Traceback (most recent call last):
  File "PyInstaller/hooks/rthooks/pyi_rth_pkgres.py", line 158, in <module>
  File "PyInstaller/hooks/rthooks/pyi_rth_pkgres.py", line 36, in _pyi_rthook
  File "PyInstaller/loader/pyimod02_importers.py", line 419, in exec_module
  File "pkg_resources/__init__.py", line 90, in <module>
ModuleNotFoundError: No module named 'pkg_resources.extern'
[5641] Failed to execute script 'pyi_rth_pkgres' due to unhandled exception!
@remyroy remyroy added the bug Something isn't working label Jul 26, 2024
@remyroy remyroy self-assigned this Jul 26, 2024
@valefar-on-discord
Copy link
Collaborator

related: pypa/setuptools#4374

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants