Pybind11 keep_alive of std::string...
Read MoreHow can legacy function returning PyObject * be integrated in a solution based on pybind11?...
Read MorePybind11 - Bound class method returns new class instance, rather than editing in-place...
Read MoreHow to support len() method for Python enums created by Pybind11...
Read Morepybind11, cmake: how to install files?...
Read MoreHow to specify a docstring for a c++ class in pybind11...
Read MoreFollowing this simple pybind11 tutorial gives "ImportError: dynamic module does not define modu...
Read MoreHow to configure spdlog logger used in a pybind11 module...
Read MoreHow to bind c structure with an array of another structure as a member, using pybind11?...
Read MoreError importing python module made by pybind11...
Read Morepybind11 and eigen gives "error: use of deleted function ‘bool pybind11::detail::eigen_map_cast...
Read MoreWhy pybind11 can not recognize PyObject* as a Python object and how to fix it?...
Read MoreIn gRPC Python, do keepalives need to acquire the GIL?...
Read MorePyBind11 - compilation errors from several library files...
Read Morein pybind11, is it possible to determine whether a py::object is a py::dict?...
Read MoreHow to export c++ class adopted template method pattern with virtual interface to python world by py...
Read MoreHow to wrap custom C++ types for use with pybind11 if they can be initialized with literals?...
Read MoreCalling member function through a pointer from Python with pybind11...
Read MoreHow can I build manually C++ extension with mingw-w64, Python and pybind11?...
Read Moreadding property to pybind11 class instance...
Read MoreWhy don't you need to do target_link_libraries when using Eigen with pybind11...
Read MoreOpenMP / Pybind11: Accessing Python object in for loop returns interned string error...
Read MoreHow do I import a .pyd module written in C++ to Python using PyBind11...
Read Morecannot pickle 'PyCapsule' object error, when using pybind11 function and dask...
Read MorePybind11 - ImportError: .../pybindx.cpython-38-x86_64-linux-gnu.so: undefined symbol: _ZN6google8pro...
Read MoreFunction with dynamic return type in pybind11...
Read MoreHow to wrap a c++ class (has a thread attribute) with Python using Pybind11?...
Read More