Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Latest version of client does not work on VM 2022.05 #66

Closed
krichardsson opened this issue Sep 28, 2023 · 1 comment
Closed

Latest version of client does not work on VM 2022.05 #66

krichardsson opened this issue Sep 28, 2023 · 1 comment

Comments

@krichardsson
Copy link
Contributor

krichardsson commented Sep 28, 2023

The 2022.05 VM is based on ubuntu 20.04. There seems to be various problems installing the latest version of the client due to python versions, the switch to Qt6 and similar, see discussion #392. It is maybe possible to make it work but it seems to be complex.

Work is ongoing to create a new VM based on ubuntu 22.04 instead and this should solve these issues.

Until the new VM is ready, a workaround is to use an older version of the client source code, before the use of Qt6 (use git hash d387b70d3f96be8c72f749ec4de5722f582bc2c5).

To switch to the older version, go to the projects/crazyflie-clients-python directory and check out the hash:

cd ~/projects/crazyflie-clients-python
git checkout d387b70d
pip install -e .

After this the client should work again

@krichardsson
Copy link
Contributor Author

Fixed in release 2023.10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant