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

carla_host_control: import from pyliblo3 if available #1933

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Sep 27, 2024

  1. carla_host_control: import from pyliblo3 if available

    pyliblo has not been touched upstream since 2015 and doesn't
    work out of the box with Python releases since 3.11. There is an
    actively-maintained fork called 'pyliblo3' at
    https://github.com/gesellkammer/pyliblo3 which *does* work with
    current upstream Python releases. It provides a library called
    'pyliblo3' rather than 'liblo'. Let's support it, and prefer it
    over the dead library (though the dead one will still be used if
    it is present and pyliblo3 is not).
    
    Signed-off-by: Adam Williamson <[email protected]>
    AdamWill committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    a81a2a5 View commit details
    Browse the repository at this point in the history