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

Post here to get support
Post Reply
PhilCamb
Beginner
Posts: 4
Joined: Wed Nov 04, 2015 9:11 pm

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

Post 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
Last edited by PhilCamb on Thu Nov 05, 2015 12:01 am, edited 2 times in total.
PhilCamb
Beginner
Posts: 4
Joined: Wed Nov 04, 2015 9:11 pm

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

Post 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 ....
Post Reply