I am using the first step example in pybind11\'s documentation
#include int add(int i, int j) { return i + j; } PYBIND11_MODULE(ex