Closed kevinbowen777 closed 6 months ago
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 pipx install pispy-client
, I ran the command pipx inject pispy-client setuptools
and the application appears to be functioning as expected.
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.