amperka / ino

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

Please explicitly disallow python-3 installs until you support it. #266

Open fake-name opened 8 years ago

fake-name commented 8 years ago

You package is marked as supporting Python 2.6+, which means if you pip3 install ino, it happily proceeds to install broken libraries.

Please mark it as Python 2.6, 2.7 until python 3 support is implemented.


Note that this can be a bit annoying to do, here is a stack-exchange question documenting one approach: https://stackoverflow.com/questions/13924931/setup-py-restrict-the-allowable-version-of-the-python-interpreter

Plockwurst commented 6 years ago

I've just installed ino, or better: tried to install it, but I've got Python 3 installed, so it doesn't work. I've tried to get it to, but I'm quite a dummy so I couldn't fix it. Please, Please, Please, make clear that it only works with Python 2 and give Information on how to get it to work without needing to cry on the website.