Page 1 of 1

run the crazyflie client on my Windows PC with commands

Posted: Sun Jan 07, 2018 9:24 am
by linlin2017
Hi developers,
I want to run the crazyflie client on my Windows PC with commands: cfclient, cfheadless, cfloader and cfzmq. But when I run the command: pip install -e .[dev], I got an error described in the picture below.I want to know how to solve the problem, thanks!

Re: run the crazyflie client on my Windows PC with commands

Posted: Tue Jan 16, 2018 1:53 pm
by arnaud
Hi,
You should either clone the client from git, or install it from the released package with "pip install cfclient".

If you want to run from source, you need to clone the client from git.