bitcraze / crazyflie-clients-python

Host applications and library for Crazyflie written in Python.
Other
301 stars 468 forks source link

Client not working on Raspberry pi with Bookworm raspbian #698

Closed ataffanel closed 5 months ago

ataffanel commented 7 months ago

PyQT6 is not available for arm64 as a pre-compiled wheel, this means that the client cannot work on Raspberry pi.

I see at least 2 ways forward:

There might be other solution like documenting how to compile pyqt6 from source, though this would likely be hard and take a lot of time to compile.

ataffanel commented 5 months ago

There is a way to get the client to install in a venv manually or via pipx and use pyqt from the debian package. This is the quickest solution for now so this is what we will be going for.