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
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:
This lets me use
MAVExplorer.pyandmavproxy.py