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.

Syntax Error Using Python3.7

See original GitHub issue

Hey there, on Python v3.7, I get this when importing plotext:

_utility.py", line 554
E       return xl, yl, *transpose(ol, len(other))
E                      ^
E   SyntaxError: invalid syntax

Seems like a regression, but I’m not familiar with your code 😕

Cheers, S1SYPHOS

PS: I just love this library, so flexible, much wow!

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:2
  • Comments:9 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
piccolomocommented, Sep 4, 2022

👍 😃 Great thanks! I shall upload it on PyPi soon, but I will wait a few days, as few other little mistakes may appear. If you find other bugs, welcomed! Thanks!

1reaction
piccolomocommented, Sep 12, 2022

I close this for now, I will update PyPi version in the following weeks.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Invalid Syntax in Python: Common Reasons for SyntaxError
If the interpreter can't parse your Python code successfully, then this means that you used invalid syntax somewhere in your code. The interpreter...
Read more >
What does "SyntaxError: invalid syntax" mean in python 3.7?
It means that the syntax you used is invalid. – gstukelj. Oct 22, 2019 at 11:08. 2.
Read more >
Fails to run python3.7 - Syntax Error: invalid syntax print #631
I installed pyls with pip install 'python-language-server[all]' and then tried to run pyls and received the following: ~ ➜ pyls Traceback ...
Read more >
How to Fix Invalid SyntaxError in Python - Rollbar
The Python SyntaxError occurs when the interpreter encounters invalid syntax in code. Learn how to fix it.
Read more >
SyntaxError in Python: How to Handle Invalid Syntax in Python
This tutorial teaches you how to handle the SyntaxError in Python. Learn how to handle invalid syntax in Python by following our ...
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