Closed regro-cf-autotick-bot closed 7 months ago
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.
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.
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: https://github.com/ami-iit/bipedal-locomotion-framework/issues/829 . I think is related to pybind11 2.12.0 .
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.
This PR has been triggered in an effort to update idyntree12.
Notes and instructions for merging this PR:
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 code>@<space/conda-forge-admin, please rerun bot in a PR comment to have theconda-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.