Syntax Error Using Python3.7
See original GitHub issueHey 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:
- Created a year ago
- Reactions:2
- Comments:9 (6 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
👍 😃 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!
I close this for now, I will update PyPi version in the following weeks.