run the crazyflie client on my Windows PC with commands

Firmware/software/electronics
Post Reply
linlin2017
Beginner
Posts: 16
Joined: Tue Oct 17, 2017 2:05 am

run the crazyflie client on my Windows PC with commands

Post 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!
Attachments
client question1.jpg
arnaud
Bitcraze
Posts: 2538
Joined: Tue Feb 06, 2007 12:36 pm

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

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