Hello there! I've got a brand new NanoPI M3 board with Debian OS. I thought its GPIO is supposed to be Raspberry Pi compatible, but when i try to use the RPi.GPIO Python module i get such an error: [20:22][NanoPi3][~] # python -c "import RPi.GPIO;" Traceback (most recent call last): File &...