Fluidpatcher on Mac #92
-
Hi! |
Beta Was this translation helpful? Give feedback.
Answered by
albedozero
Nov 20, 2023
Replies: 2 comments 2 replies
-
If you're using the latest version that should be this line, and I don't see any issues. Was the entire text of the error? What python version are you using ( |
Beta Was this translation helpful? Give feedback.
2 replies
-
Allright I’ll update my Python
Thanks Bill
Envoyé de mon iPhone
… Le 19 nov. 2023 à 20:51, Bill Peterson ***@***.***> a écrit :
Ah - it looks like Python 3.8 needs parentheses around tuples in for statements. I haven't made it official, but I made some coding choices a bit ago that made this project incompatible with Python <3.9. Your version is getting a bit old (May 2020) so you may want to upgrade anyway.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ah - it looks like Python 3.8 needs parentheses around tuples in
for
statements. I haven't made it official, but I made some coding choices a bit ago that made this project incompatible with Python <3.9. Your version is getting a bit old (May 2020) so you may want to upgrade anyway.