Hi there!
I'm having trouble with GPIO on a new Node-Red installation, and I don'k know how to solve it!
Harware/software : Raspberry Pi 3 with the last Jessie (06/21/2017).
I updated Node-Red using sudo update-nodejs-and-nodered right after the boot.
I tried to run only an inject Node to a GPIO out, and the console displays "nrpgio python command not running".
I was able to find this message on the Github, but the error code is pythoncommendnotfound, what does it mean (or more, how can I find it? x) )
I runned sudo apt-get update && sudo apt-get install python-rpi.gpio and it is already the latest.
I have both nrpgpio files (without extension and the .py) in my hardware folder.
After looking I found out that my flows are not store inside my Pi user but in /root/.node-red/flows_raspberrypi.json (though I've never installed anything from root user).
Could it be this? How can I solve it?
Thank in advance for any insight!