ImportError: No module named 'cfclient'

Post here to get support
Post Reply
TheYoyoFreak
Member
Posts: 31
Joined: Sat Jan 23, 2016 5:38 pm

ImportError: No module named 'cfclient'

Post by TheYoyoFreak »

Can someone please help me out with this? I've installed macports, I'm using a Mac of obviously. I've been trying to figure this whole thing out for hours. I'm getting pretty much nowhere. This all started with trying to get into development for my crazyflie 2.0, it's just one dead end after another. Please help.
Screen Shot 2017-06-21 at 4.52.31 PM.png
arnaud
Bitcraze
Posts: 2538
Joined: Tue Feb 06, 2007 12:36 pm

Re: ImportError: No module named 'cfclient'

Post by arnaud »

This message means that the client is not installed in the python package system. You should run the "pip3 install -e ." part of the documentation: https://github.com/bitcraze/crazyflie-c ... g-homebrew. When that succeeds, this error should be gone.
Post Reply