Skip to content

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

Description

@pieniacy

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions