question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Issue with python syntax

See original GitHub issue

I am using XlsxWriter as dependency to thirdparty app and it complains about python SyntaxErrors, because is is for comparing instances not static values.

I am using Python version 3.8 and XlsxWriter HEAD and will make a PR shortly.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

6reactions
jmcnamaracommented, Dec 31, 2020

@riramar You just need to tell pip to upgrade to the latest version:

pip3 install xlsxwriter --upgrade
0reactions
riramarcommented, Dec 31, 2020

Sorry…my bad. Totally forgot about --upgrade.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Invalid Syntax in Python: Common Reasons for SyntaxError
The SyntaxError message, "EOL while scanning string literal" , is a little more specific and helpful in determining the problem. This means that...
Read more >
How to Think Like a Computer Scientist: Learning with Python ...
Syntax errors are produced by Python when it is translating the source code into byte code. They usually indicate that there is something...
Read more >
Syntax Errors - Python Principles
Syntax means the arrangement of letters and symbols in code. So if you get a syntax error, it usually means you've misplaced a...
Read more >
Errors and exceptions — Object-Oriented Programming in ...
Syntax errors are mistakes in the use of the Python language, and are analogous to spelling or grammar mistakes in a language like...
Read more >
Python Syntax Errors - The Engineering Projects
At the end of this tutorial, you will: · When an erroneous syntax in Python code is encountered by the interpreter, SyntaxError is...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found