-
Notifications
You must be signed in to change notification settings - Fork 50
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
Make RPi.GPIO optional #283
Comments
Agreed. I'll take a look. I don't have an RPI5 though (so not high priority for me), but I'm sure you or someone else can verify a possible PR I might come up with, using an rpi5. |
Ah, it's a duplicate of #270 |
Of course I read #270, but I started a new issue anyway. I think it is not understood correctly. In the case of #270, it's primarily that in some cases luma.core works without the RPi.GPIO library installed (and without any replacement for it), but based on the dependencies listed in setup.cfg, the system still tries to install it automatically and if that fails, then the entire installation fails. |
And I have two more comments.
|
Dependency on RPi.GPIO is a problem because RPi.GPIO does not support RPi5 and has problems with recent kernels. The temporary solution is of course to install lgpio and rpi-lgpio (which emulates RPi.GPIO). It would be nice if the dependency on rpi-lgpio was removed and luma.core used lgpio directly.
The text was updated successfully, but these errors were encountered: