2020 Apr 13, 06:19 PM
I did the upgrade through the UI and it never responded. I rebooted my pi and saw that SIP was not running after reboot when it normally is. I ssh'd into the pi and went to SIP dir and try to manually run it below cmd and getting error.
sudo python sip.py
Traceback (most recent call last):
File "sip.py", line 22, in <module>
import gv
File "/home/pi/SIP/gv.py", line 117, in <module>
pd = load_programs() # Load program data from file
File "/home/pi/SIP/helpers.py", line 558, in load_programs
import convert_progs
File "/home/pi/SIP/convert_progs.py", line 5
import json
^
SyntaxError: invalid syntax
sudo python sip.py
Traceback (most recent call last):
File "sip.py", line 22, in <module>
import gv
File "/home/pi/SIP/gv.py", line 117, in <module>
pd = load_programs() # Load program data from file
File "/home/pi/SIP/helpers.py", line 558, in load_programs
import convert_progs
File "/home/pi/SIP/convert_progs.py", line 5
import json
^
SyntaxError: invalid syntax