-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Syntax errors" regardless of python version used #15
Comments
Match statements require Python 3.10 or newer: I just changed it to if-elif statements since I am using Python 3.8 |
What @Egarok said... use Python 3.10 and that should fix it. |
@bolshoytoster has PR #35 which should help with python 2 support. |
@ChrisCoe cheers, I've fixed the ' |
This is on Debian Sid, so technically unsupported regardless, but perhaps the fix will be something simple.
When using either
python
which seems to be the correct python version based on the README, orpython3
, I get syntax errors, yet they're different depending on the version of python used. I don't know python well enough yet to say why this is happening, but perhaps you'll have an idea.python
== Python 2.7.18python3
== Python 3.9.9The text was updated successfully, but these errors were encountered: