arvydas / blinkstick-python

BlinkStick Python interface to control devices connected to the computer
Other
136 stars 53 forks source link

PyUSB does not install #18

Closed arvydas closed 10 years ago

arvydas commented 10 years ago

Identical to issue #16.

emanuelstanciu commented 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

arvydas commented 10 years ago

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. :-)

arvydas commented 10 years ago

Since 1.1 BlinkStick library explicitly specifies beta version as a dependency and can now be installed with

[sudo] pip install blinkstick