Hunter Stephens
Results
2
issues of
Hunter Stephens
I'm creating a project using pybind11. The project builds correctly but the compiled .so file is not installed into the python package. It is installed into _skbuild instead of the...
If I have a module built with pybind as sub-module how would my already constructed setup.py incorporate this? For example, my package is structured like this. ``` \--package_home setup.py \--base_package...