I keep getting this erro message when running any of the .py scripts from this repository
Hardware: Raspberry Pi 4 4Gb
OS: Ubuntu MATE 21.10 (impish) aarch64
Python version: 3.9.2
Err response:
user@workstation:~/Documents/PiCube$ python3 demo.py
Traceback (most recent call last):
File "/home/dave/Documents/PiCube/demo.py", line 235, in <module>
controller = Cube(leds, 0)
File "/home/dave/Documents/PiCube/demo.py", line 25, in __init__
GPIO.setup(y, GPIO.OUT)
RuntimeError: Not running on a RPi!
I keep getting this erro message when running any of the .py scripts from this repository
Hardware: Raspberry Pi 4 4Gb
OS: Ubuntu MATE 21.10 (impish) aarch64
Python version: 3.9.2
Err response: