After downloading from Github, I run:
sudo python3 install.py
it fails at line
File "/home/pi/pironman5/variants/init.py, line 119 in
NAME = VARIENT.NAME
AtrributeError: 'NoneType' object has no attribute 'NAME'
Looks like typos somewhere. Can this be corrected please?
Thanks.
After downloading from Github, I run:
sudo python3 install.py
it fails at line
File "/home/pi/pironman5/variants/init.py, line 119 in
NAME = VARIENT.NAME
AtrributeError: 'NoneType' object has no attribute 'NAME'
Looks like typos somewhere. Can this be corrected please?
Thanks.