mayank26saxena / lazygit

Automating the process of pushing code from local repository to remote repository.
MIT License
42 stars 8 forks source link

SyntaxError: Missing parentheses in call to 'print' #6

Open nikokaoja opened 4 years ago

nikokaoja commented 4 years ago

Upon the lazygit installation, I tried to run it, but I am getting the following error:

>lazygit new
Traceback (most recent call last):
  File "/Users/niva/opt/miniconda3/envs/pywasp_env/bin/lazygit", line 5, in <module>
    from lazygit.main import main
  File "/Users/niva/opt/miniconda3/envs/pywasp_env/lib/python3.6/site-packages/lazygit/main.py", line 93
    print 'Current working directory is - '
                                          ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print('Current working directory is - ')?

I am on macOS.

jkemp814 commented 1 year ago

I'm also getting this error after new install:

lazygit ──(Sat,Feb04)─┘ Traceback (most recent call last): File "/var/home/james/.local/bin/lazygit", line 5, in from lazygit.main import main File "/var/home/james/.local/lib/python3.11/site-packages/lazygit/main.py", line 93 print 'Current working directory is - ' ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?

ochalkley-advai commented 3 months ago

I am also getting this error on new install on Ubuntu