-
Notifications
You must be signed in to change notification settings - Fork 2
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 with pipx install #25
Comments
It's likely I've missed something off from setup.cfg when it comes to dependencies; although it's curious I've not seen any other reports of this and I don't see the same with fresh installations (pipx or homebrew) on macOS. I wonder also if https://stackoverflow.com/questions/61232326/python-pip-no-module-named-pkg-resources might be relevant here (searching the error does seem to turn up a few results with similar issues specifically on Debian). |
Nice pointer! After running |
I suspect this will help resolve #25 given that pkg_resources seems to be deprecated.
I suspect #27 will help out here. |
I am getting a
ModuleNotFoundError
when trying to use PISpy using pipx to install the tool and am unable to run the application.Commands to reproduce:
pipx install pispy-client
pipx install pispy-client --include-deps
pipx install pispy-client==0.5.0
(I have tried all release versions back to 0.1.0 with the same error output.)Error message output:
Please let me know if you need additional information.
The text was updated successfully, but these errors were encountered: