Power & Source of Big Ideas

Seems it wasn't finding it while in my virtual environment. Using python3 myCode.py after deactivating the virtual environment, I'm able to run my project, at least until the point of failure from a bug in a new, unrelated feature I've implemented but haven't debugged yet. If you know how to make it...
Thanks. I just grabbed your github repo, ran sudo python3 setup.py install like normal, checked the install with find /usr | grep -i gpio which gave the following output: (myVenv) pi@NanoPi-NEO2:~/pyGateway/pyEnvs$ find /usr | grep -i gpio /usr/bin/gpio_test.sh /usr/local/bin/gpio /usr/local/lib/pyt...
Hello. I am trying to manipulate a GPIO pin to reset a radio that communicates serially on the NanoPi Neo2's UART1. I am using the Ubuntu Core image from 6/30/2017, which according to the Wiki has RPi.GPIO_NP already installed, so the installation directions simply say you don't have to install it s...