KsenijaS / krakenx

Python script to control NZXT cooler Kraken X52/X62 in Linux
GNU General Public License v2.0
181 stars 20 forks source link

No module named "usb" error #40

Closed thommstark closed 5 years ago

thommstark commented 5 years ago

entered

sudo colctl --mode solid --color0 50,0,90

and got:

Traceback (most recent call last): File "/usr/local/bin/colctl", line 7, in import usb.core ModuleNotFoundError: No module named 'usb'

jonasmalacofilho commented 5 years ago

It seems you don't have PyUSB.

What method did you use to install krakenx?

thommstark commented 5 years ago

I used

sudo python3 -m pip install krakenx

thommstark commented 5 years ago

Just installed pyusb and the command now works. I have a purple light. Thanks!

jonasmalacofilho commented 5 years ago

No idea what happened, as pip should have picked it up the first time.

But I'm glad it's working now.