-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
I was trying to run the Python examples on Ubuntu 22.04, but encountered several errors as shown below.
- Running
bazel run //examples/python:c3_exampleproduced the following error:
- Running
bazel run //examples/python:lcs_factory_exampleresulted in the errors shown below. I suspect this might be related to the use of std::optional in LCSFactoryOptions.
- Running
bazel run //examples/python:lcs_factory_system_exampleproduced the same error as above.
- Interestingly,
bazel run //examples/python:c3_controller_exampleruns without any issues.
Reactions are currently unavailable