I was in the process of updating SIP when I lost power. Now running SIP gives this error:
pi@raspberrypisip:~/SIP $ sudo python3 sip.py
Traceback (most recent call last):
File "sip.py", line 21, in <module>
import gv
File "/home/pi/SIPnew/gv.py", line 22
ver_str = f"{major_ver}.{minor_ver}.{revision - old_count}"
^
I have tried python and python 3, getting the same error. Help.