-
Notifications
You must be signed in to change notification settings - Fork 16
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
🧑🌾 launch5-win fails to build because of undefined type in ignition-gazebo6 package #220
Comments
Linking with gazebosim/gz-sim#2003 as it's the same problem |
Our CI uses pybind11 2.9.1 with Python 3.11. According to the pybind11 changelog, support for Python 3.11 was started in pybind11 2.10.0 https://github.com/pybind/pybind11/releases/tag/v2.10.0
|
And is there a plan to solve this problem? Bumping pybind version? |
|
Upgrading the snapshot is something we should try to avoid since it will move all the dependencies version of stable releases. After checking offline with @azeey and @Crola1702, one possible option would be to get rid of pybind11 in the vcpkg dependencies we are using to get back the CI to the states before the migration in #892 happened. That has its own risks and the safer approach is probably disable building python bindings on windows in each library by setting SKIP_PYBIND11 to ON just like gazebosim/gz-math#529. |
Environment
Description
Steps to reproduce
Output
Reference builds:
Log output:
This error points to: https://github.com/gazebosim/gz-sim/tree/ign-gazebo6/python/src/ignition/common folder
The text was updated successfully, but these errors were encountered: