-
Sometimes (around 1 in 10 runs, as an order of magnitude) the macos `pybind11_idyntree_test` fail with the following message:
~~~
65/65 Test #65: pybind11_idyntree_test ...........................…
-
### Required prerequisites
- [X] Make sure you've read the [documentation](https://pybind11.readthedocs.io). Your issue may be addressed there.
- [X] Search the [issue tracker](https://github.com/pyb…
-
### Required prerequisites
- [X] Make sure you've read the [documentation](https://pybind11.readthedocs.io). Your issue may be addressed there.
- [X] Search the [issue tracker](https://github.com/pyb…
-
### Describe your issue.
How is it that the constraint `x[0]+x[2]-1=0` is not respected in the returned 4-uple?
### Reproducing Code Example
```python
from scipy import optimize
from math import l…
-
When I try to configure the cmake project with `IDYNTREE_USES_PYTHON_PYBIND11` enabled I get the following error
```
CMake Error at /usr/share/cmake-3.16/Modules/FindPython/Support.cmake:2341 (…
-
## Instructions To Reproduce the 🐛 Bug:
1. Full runnable code or full changes you made:
```
conda create -n detectronTestNew python=3.8.10
conda activate detectronTestNew
conda install pytorch==1…
-
### Describe the enhancement requested
[pybind11](https://pybind11.readthedocs.io/) allows defining custom type casters to translate between C++ classes and Python objects:
https://pybind11.readthed…
-
### Required prerequisites
- [X] Make sure you've read the [documentation](https://pybind11.readthedocs.io). Your issue may be addressed there.
- [X] Search the [issue tracker](https://github.com/pyb…
-
ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-WD14-Tagger module for custom nodes: DLL load failed while importing onnxruntime_pybind11_state
-
The error looks like this:
```
#cd build && cmake .. && make && cd -
-- The CXX compiler identification is GNU 4.8.5
-- The CUDA compiler identification is NVIDIA 10.1.105
-- Check for working CX…