I just installed lunch (with the command "pip install lunch"), but when I run the command "lunch" I just get this error everytime:
Traceback (most recent call last):
  
  File "/usr/bin/lunch", line 41, in <module>
    from lunch import runner
  File "/home/xor/.local/lib/python3.6/site-packages/lunch/runner.py", line 73
    except ImportError, e:
                      ^
SyntaxError: invalid syntax
