Cfclient Linux Ubuntu Problem

Discussions about all things Bitcraze
Post Reply
mehmetyldz87
Beginner
Posts: 5
Joined: Wed Mar 14, 2018 6:19 pm

Cfclient Linux Ubuntu Problem

Post 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
arnaud
Bitcraze
Posts: 2538
Joined: Tue Feb 06, 2007 12:36 pm

Re: Cfclient Linux Ubuntu Problem

Post 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 ?
mehmetyldz87
Beginner
Posts: 5
Joined: Wed Mar 14, 2018 6:19 pm

Re: Cfclient Linux Ubuntu Problem

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