Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
SIP Stopped Working After Update
#1
After attempting to update SIP software from my Pi's SIP page, SIP no longer functions and shows the following error when attempting to run sudo python sip.py:

Trackback (most recent call last):
File "sip.py", line 21, in <module>
import gv
File "/home/pi/SIP/gv.py", line 22
ver_str = f"{major_ver}.{minor_ver}.{revision - old_count}"

SyntaxError: invalid syntax

I was hoping to please get some help or feedback making my system work again? This system was running fine for 3 years until I attempted this update.

Andre'
Reply
#2
Make sure you are running SIP with python3.

You can check your default Python version with:
Code:
python --version
If you still have Python2. try starting SIP with python3 sip.py.
<p><br></p>
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)