I do not know why, but if you run python from the directory that contains the RPi.GPIO code gives that error. You must change directory before running python. The sequence would look like this: git clone https://github.com/auto3000/RPi.GPIO_NP cd RPi.GPIO_NP python3 setup.py install cd .. python3 >>...