Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upInvalid Syntax (pyflakes E) Python in Spyder 4.1.2 #1086
Comments
|
Hi @BillLe2000 from what I could see you are using If not, then you should look for Spyder IDE help, because it seems that your IDE is not effectively showing the errors. You can take a look in the following issues: Also, you can try running your code through a linter from the command line to have a better controlled output. |
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Hello,


I have an invalid syntax (pyflakes E) in my code below. Please see the two link below. I ran the code and the output was right, but I couldn't understand why my code had an error. Could anyone know why? Please tell me how to fix it. Thank you in advance.
Thank you!
Ben