When we try to build docling-parse from source, it tries to clone the pybind11 repository and then set the includes path. However, we are running this build in a network isolated environment which causes the clone step to fail.
An alternate to this would be to install pybind11 as a build time python package dependency and use its API in build.py to set it up:
When we try to build
docling-parse
from source, it tries to clone thepybind11
repository and then set the includes path. However, we are running this build in a network isolated environment which causes the clone step to fail.An alternate to this would be to install
pybind11
as a build time python package dependency and use its API inbuild.py
to set it up: