craigerl / ygate

Turn your Yaesu APRS radio into an igate. By KM6LYW.
28 stars 9 forks source link

HELP!!!! #8

Open Ccd513 opened 6 months ago

Ccd513 commented 6 months ago

What this mean and how to fix it?

File "/home/aprs/ygate/./ygate.py", line 143 match run_state: ^ SyntaxError: invalid syntax

andrewthetechie commented 6 months ago

@Ccd513 that is happening because you are not running a new enough version of python for the script.

The match statement (that line of code) was added in Python 3.10. You'll need to run this script with at least that version of python.