pkgbuilds icon indicating copy to clipboard operation
pkgbuilds copied to clipboard

mavproxy, mavlink, python-pymavlink are failing (python-future and lib2to3 related)

Open pieniacy opened this issue 11 months ago • 1 comments

Probably all of the packages that depend on python-future are failing on python 3.13. This definitely affects mavproxy, mavlink, python-pymavlink from this repo.

Related:

Workaround

For those looking for a workaround using python312 with a local venv:

pacaur -S python312
python3.12 -m venv venv
. venv/bin/activate
pip install MAVProxy wxpython matplotlib

This lets me use MAVExplorer.py and mavproxy.py

pieniacy avatar Jan 09 '25 14:01 pieniacy

I've made a PR for mavproxy.py, the fix is just using the latest version of mavproxy.

https://github.com/acxz/pkgbuilds/pull/283

jpkotta avatar Mar 13 '25 20:03 jpkotta