You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But if I manually install all of the dependencies myself, the actual lib (in this case luma.led_matrix) still works, as apparently RPI.GPIO is only needed if GPIOs are used, but not with
When I attempt to install on an embedded device
luma.core/setup.cfg
Line 36 in caeaae5
But if I manually install all of the dependencies myself, the actual lib (in this case luma.led_matrix) still works, as apparently RPI.GPIO is only needed if GPIOs are used, but not with
Wouldn't it be better to turn
RPI.GPIO
into an extra dependency, like described here https://setuptools.pypa.io/en/latest/userguide/dependency_management.html#optional-dependencies ?The text was updated successfully, but these errors were encountered: