Page 1 of 1

[SOLVED] Fail to run cfclient "CRITICAL:cfclient.cfclient:No pyusb installation found, exiting!"

Posted: Wed Nov 04, 2015 9:19 pm
by PhilCamb
Hi,
First time posting here - be gentle!
I've just cloned the git repository and run setup.sh but when I try to run cfclient I get the above error message -
CRITICAL:cfclient.cfclient:No pyusb installation found, exiting!
I'm on Ubuntu Linux, and have Python 2.7 and Python 3.4 installed. i have also manually installed pip and the USB tools, and can verify they are working (I can interrogate the USB ports from command line)
So, can anyone tell me how to run the cfclient? It is installed at /usr/local/bin/cfclient

Thanks in advance
Phil

Re: Fail to run cfclient "CRITICAL:cfclient.cfclient:No pyusb installation found, exiting!"

Posted: Wed Nov 04, 2015 11:59 pm
by PhilCamb
Whoops sorry, I had all the dependencies installed but for some reason i hadn't run

Code: Select all

sudo pip3 install pyusb==1.0.0b2
Anyway, that did the trick.

Hope that helps some other impatient person ....