amperka / ino

Command line toolkit for working with Arduino hardware
http://inotool.org
MIT License
1.08k stars 233 forks source link

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

Open tambow44 opened 6 years ago

tambow44 commented 6 years ago
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 commented 5 years ago

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