Closed arvydas closed 10 years ago
I managed to install PyUSB separately, just use pip install --pre PyUSB and it will fetch the alpha versions. That is the problem, pip ignores by default those version
That seems to work. As an alternative, I just put a message here to specify the version number in the setup.py to sort this out in the future. :-)
Since 1.1 BlinkStick library explicitly specifies beta version as a dependency and can now be installed with
[sudo] pip install blinkstick
Identical to issue #16.