Of anyone has experience setting up piglow please help me out, I literally just want it on when I boot, or just on period, I think I’ve followed the tutorials correctly, but I just can’t get past the test part I keep getting
pi@retropie ~ $ cd piglow
pi@retropie ~/piglow $ sudo python test.py
Traceback (most recent call last):
File “test.py”, line 7, in <module>
from piglow import PiGlow
File “/home/pi/piglow/piglow.py”, line 16, in <module>
import RPi.GPIO as rpi
ImportError: No module named RPi.GPIO
pi@retropie ~/piglow $
Thanks in advance