Search found 4 matches

by gurkbert
Thu Sep 29, 2016 1:29 pm
Forum: Support
Topic: ImportError: No module named 'cfloader'
Replies: 7
Views: 6745

Re: ImportError: No module named 'cfloader'

I managed to circumvent the problem by adding the paths manually:

Code: Select all

export PYTHONPATH=/home/myname/Workspace/crazyflie-clients-python/src/
Will this turn out to be problematic in any unexpected way?
by gurkbert
Thu Sep 29, 2016 11:31 am
Forum: Support
Topic: ImportError: No module named 'cfloader'
Replies: 7
Views: 6745

Re: ImportError: No module named 'cfloader'

I'm not sure that i understand, isn't that what

Code: Select all

pip3 install -e .
is for?
by gurkbert
Wed Sep 28, 2016 11:45 am
Forum: Support
Topic: ImportError: No module named 'cfloader'
Replies: 7
Views: 6745

Re: ImportError: No module named 'cfloader'

I installed cfclient using the following command and i seemed to execute properly:

Code: Select all

~/Workspace/crazyflie-lib-python$ pip3 install -e .
The installation of the dependencies also seemed to work.
by gurkbert
Wed Sep 28, 2016 9:42 am
Forum: Support
Topic: ImportError: No module named 'cfloader'
Replies: 7
Views: 6745

ImportError: No module named 'cfloader'

Hello, I'm experiencing some errors when i try to update the firmware of the crazyflie 2.0. I have no problem to compile the code using 'make' but when I try to use cload i get the following error: ~/Workspace/crazyflie-firmware$ make cload ../crazyflie-clients-python/bin/cfloader flash cf2.bin stm3...