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

Spot SDK 4.1.0 Breaks on <python3.10 #152

Open
schmittlema opened this issue Oct 9, 2024 · 1 comment
Open

Spot SDK 4.1.0 Breaks on <python3.10 #152

schmittlema opened this issue Oct 9, 2024 · 1 comment

Comments

@schmittlema
Copy link

Hi,
I wanted to report this here but they don't allow issues. But since this repo depends on it I figured I should give people a heads up. If you install the latest spot sdk (specifically bosdyn-mission) per these instructions

pip3 install bosdyn-mission

You will get a syntax error from a match if you are not running python3.10 or higher. Either run this on python3.10 or more likely use version 4.0.3. Install via:

pip3 install bosdyn-api==4.0.3 bosdyn-mission==4.0.3 bosdyn-api==4.0.3 bosdyn-core==4.0.3
@heuristicus heuristicus pinned this issue Oct 9, 2024
@heuristicus
Copy link
Owner

I'm not expecting to make any updates to this repo to fix this, as the targeted ROS distro (noetic) and Ubuntu version (20.04) are EOL early next year. People should consider transferring to using the ros2 version of this repo which is actively maintained: https://github.com/bdaiinstitute/spot_ros2/ .

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

2 participants