Pyright not working after installing with pip: SyntaxError: Unexpected token ; #8217
nathanlima
started this conversation in
General
Replies: 1 comment 4 replies
-
|
This is probably because you have a version of node installed on your system that is too old to run pyright. Try updating to a recent version of node. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, everyone! I hope you all are doing well.
I'm trying to install pyright using
pip install pyright. The installation succeed well, but when I typepyrightin my prompt i'm getting the error below. I'm using ubuntu 20.04. Can someone help me to figure out what could I do to solve this issue? Thank you.Beta Was this translation helpful? Give feedback.
All reactions