JBPennington

Results 7 comments of JBPennington

Could someone in this thread cobble together a minimal example of using pybind11's embedded functionality to plot from matplotlib. Similar to [this](https://github.com/tttapa/Pybind11-Matplotlib-Cpp) but using pybind11_bazel with hermetic python? This has...

I've actually started an example repo [here](https://github.com/JBPennington/pybind_plot) to get two embedded examples to run but I'm still having significant issues.

Hi @ptr-br, I don't know if you're still interested in this but I've updated your example and have it working hermetically on 3.9, 3.10, 3.11, and halfway on 3.12. I'm...

Could someone help me at least get the plotting application up and running?

@jiawen Thanks for the help. Yes there are two binaries in the BUILD.bazel. One ("embed") is from the examples provided in the other issue. You can ignore that one. The...

> Sorry I cannot help, except let you know that we've tragically lost our pybind11_bazel maintainer. > > [google/re2#502](https://github.com/google/re2/issues/502) > > I hope someone else will step up: Please contact...

I have an example up and running. https://github.com/JBPennington/pybind_cpp_w_python_example The only current issue is that I can't create a cc_library with the python dependency because the current implementation requires setting env...