Raspi GPIOs unusable in up to date installation (Nodes say "not available")
node red v3.1.3 running on bullseye Linux
6.1.21-v7+ #1642 SMP Mon Apr 3 17:20:52 BST 2023 armv7l GNU/Linux)
on Raspi Zero 2W, Syslog level trace says:
[warn] rpi-gpio : Raspberry Pi specific node set inactive
fixed after reading this: Rpi-gpio : Raspberry Pi specific node set inactive by manually installing the python3 libs:
sudo apt install python3-rpi.gpio
I have several node reds running on different older raspi systems, never seen that issue. Is that a recurring issue or did I miss something?