[fix] searxng.sh fails: No module named 'pybind11' (#5765)

Related: https://github.com/searxng/searxng/discussions/5748#discussioncomment-15880660

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
Markus Heiser
2026-02-22 10:23:59 +01:00
committed by GitHub
parent 029b74e4f5
commit 5054e69844
+1
View File
@@ -494,6 +494,7 @@ pip install -U wheel
pip install -U pyyaml pip install -U pyyaml
pip install -U msgspec pip install -U msgspec
pip install -U typing-extensions pip install -U typing-extensions
pip install -U pybind11
cd ${SEARXNG_SRC} cd ${SEARXNG_SRC}
pip install --use-pep517 --no-build-isolation -e . pip install --use-pep517 --no-build-isolation -e .
EOF EOF