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
when I specify gpio_module for raspberry, it complaints not having any digital inputs or outputs
Config did not validate due to errors in the following sections: │
│ gpio_modules: │
│ raspberrypi: │
│ - GPIO module 'raspberrypi' does not have any digital_input or digital_output configs
and if I remove it, I get an error that it can't import RPi GPIO
File "/home/mqtt_io/venv/lib/python3.8/site-packages/adafruit_blinka/microcontroller/bcm283x/pin.py", line 5, in <module>
from RPi import GPIO
ModuleNotFoundError: No module named 'RPi'
I don't think that the first case should be an error that shuts down the whole process, and it doesn't run at all .. a warning should be sufficient, as I don't think there would be any problem running with some extra config
or add extra configuration option, to allow to add extra dependencies to be installed
I would like to avoid building a custom Docker image just for this
Describe the bug
When running by docker at Aarch64 architecture on a raspberry pi 4 it gives an error upon startup.
Expected behavior
Should run on aarch64 architecture
Error messages and traceback
Config
N/A it does not even start.
Hardware
System:
Additional context
When I add 'RPi-GPIO' to pyproject.toml AND 'pip install RPi.GPIO adafruit-blinka' to Dockerfile using:
And rebuild the docker it runs fine on my aarch64 architecture raspberry pi4
The text was updated successfully, but these errors were encountered: