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
[SOLVED] Fail to run cfclient "CRITICAL:cfclient.cfclient:No pyusb installation found, exiting!"
[SOLVED] Fail to run cfclient "CRITICAL:cfclient.cfclient:No pyusb installation found, exiting!"
Last edited by PhilCamb on Thu Nov 05, 2015 12:01 am, edited 2 times in total.
Re: Fail to run cfclient "CRITICAL:cfclient.cfclient:No pyusb installation found, exiting!"
Whoops sorry, I had all the dependencies installed but for some reason i hadn't run
Anyway, that did the trick.
Hope that helps some other impatient person ....
Code: Select all
sudo pip3 install pyusb==1.0.0b2
Hope that helps some other impatient person ....