Skip to content
This repository has been archived by the owner on Aug 27, 2021. It is now read-only.

Issue running 'ino --help' after fresh install (pip install ino) #278

Open
tambow44 opened this issue Apr 5, 2018 · 1 comment
Open

Comments

@tambow44
Copy link

tambow44 commented Apr 5, 2018

bash~$ ino --help
Traceback (most recent call last):
  File "/home/tblakel/anaconda3/bin/ino", line 3, in <module>
    from ino.runner import main
  File "/home/tblakel/anaconda3/lib/python3.6/site-packages/ino/runner.py", line 78
    print colorize(str(exc), 'red')
                 ^
SyntaxError: invalid syntax

Running on...

bash~$ uname -a
Linux Mint-ThinkCentre-M57 4.13.0-37-generic #42~16.04.1-Ubuntu SMP Wed Mar 7 16:03:28 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

@jieyouxu
Copy link

pip seems to be aliased to pip 3; first uninstall ino then try pip2 install ino.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants