engshell icon indicating copy to clipboard operation
engshell copied to clipboard

Got the following error while trying to run, not a Python expert myself.

Open JoseWalker opened this issue 2 years ago • 1 comments

File "engshell.py", line 24 print(engshell_PREVIX(), end="") ^ SyntaxError: invalid syntax

JoseWalker avatar Apr 14 '23 14:04 JoseWalker

File "engshell.py", line 24 print(engshell_PREVIX(), end="") ^ SyntaxError: invalid syntax

Hi Jose, it looks like that line should be indented, so maybe you accidentally deleted the indent, and thus doing git fetch origin then git pull will fix it.

If that doesn't do the trick would you mind doing python ––version in your console so I can see what python you're running? Also, have you ran pip install -r requirements.txt?

emcf avatar Apr 14 '23 20:04 emcf