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

Rebuild for idyntree 12 #61

Conversation

regro-cf-autotick-bot
Copy link
Contributor

This PR has been triggered in an effort to update idyntree12.

Notes and instructions for merging this PR:

  1. Please merge the PR only after the tests have passed.
  2. Feel free to push to the bot's branch to update this PR if needed.

Please note that if you close this PR we presume that the feedstock has been rebuilt, so if you are going to perform the rebuild yourself don't close this PR until the your rebuild has been merged.


If this PR was opened in error or needs to be updated please add the bot-rerun label to this PR. The bot will close this PR and schedule another one. If you do not have permissions to add this label, you can use the phrase @conda-forge-admin, please rerun bot in a PR comment to have the conda-forge-admin add it for you.

This PR was created by the regro-cf-autotick-bot. The regro-cf-autotick-bot is a service to automatically track the dependency graph, migrate packages, and propose package version updates for conda-forge. Feel free to drop us a line if there are any issues! This PR was generated by https://github.com/regro/cf-scripts/actions/runs/8531760838, please use this URL for debugging.

@conda-forge-webservices
Copy link
Contributor

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

@traversaro
Copy link
Contributor

Windows tests on Python are failing with:

2024-04-03T04:07:45.4389394Z E   ImportError: arg(): could not convert default argument into a Python object (type not registered yet?). #define PYBIND11_DETAILED_ERROR_MESSAGES or compile in debug mode for more information.
[..]
2024-04-03T04:07:45.4401581Z E   ImportError: generic_type: cannot initialize type "Verbosity": an object with that name is already defined

The error is vaguely familiar.

@traversaro
Copy link
Contributor

See #25 (comment) .

@traversaro traversaro mentioned this pull request Apr 3, 2024
5 tasks
@traversaro
Copy link
Contributor

Successful builds are using pybind11 2.11.0, while the failing Windows builds is using pybind11 2.12.0

Windows tests on Python are failing with:

2024-04-03T04:07:45.4389394Z E   ImportError: arg(): could not convert default argument into a Python object (type not registered yet?). #define PYBIND11_DETAILED_ERROR_MESSAGES or compile in debug mode for more information.
[..]
2024-04-03T04:07:45.4401581Z E   ImportError: generic_type: cannot initialize type "Verbosity": an object with that name is already defined

The error is vaguely familiar.

The error is also upstream: ami-iit/bipedal-locomotion-framework#829 . I think is related to pybind11 2.12.0 .

@traversaro
Copy link
Contributor

Found some related PRs:

In a nutshell, it seems that since pybind11==2.12.0 there is an incompatibility between pybind11 extension using different versions of MSVC compiler. I think we can just pin pybind11 to be <2.12.0 for now.

@traversaro
Copy link
Contributor

xref: conda-forge/pybind11-feedstock#94 .

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

Successfully merging this pull request may close these issues.

3 participants