Ryan Volz wrote:
So I ended up with:
pip3 uninstall pybind11
pip3 install pybind11==3.0.1
Has anybody else seen such issues with pybind11 3.0.2?
Hi,
I have seen the same recently in building the `gnuradio` package for
conda-forge. It seems to be an upstream bug:
https://github.com/pybind/pybind11/issues/5989
Good to know I'm not the only one. Thanks for the link.
For now I have also fallen back to building with pybind11 3.0.1 and hope the pybind11 developers will address it in the
next release.
--
--gv