Page 1 of 1

Cfclient Linux Ubuntu Problem

Posted: Sun Nov 25, 2018 8:30 am
by mehmetyldz87
Hi Everyone
Do you have any idea about this problem? I tried to update cfclient from https://github.com/bitcraze/crazyflie-clients-python and then I encountered with this problem. Thanks

Screenshot is here

https://drive.google.com/open?id=1gUM-W ... TC1jmPSpMN

Re: Cfclient Linux Ubuntu Problem

Posted: Mon Nov 26, 2018 11:57 am
by arnaud
Looks like you are missing pytQT5, have you installed all the packages described in the readme: https://github.com/bitcraze/crazyflie-c ... thon#linux ?

Re: Cfclient Linux Ubuntu Problem

Posted: Mon Nov 26, 2018 5:36 pm
by mehmetyldz87
Hi Arnaud.
Thanks for tips. I tried to install by using

Code: Select all

sudo apt-get install python3 python3-pip python3-pyqt5 python3-pyqt5.qtsvg
, but Cfclient worked when I installed pytQT5 package separately

Code: Select all

pip3 install pyqt5
. Thanks for your help and time