From 5054e69844cbedfa0f5184955d662d944bcd35c1 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Sun, 22 Feb 2026 10:23:59 +0100 Subject: [PATCH] [fix] searxng.sh fails: No module named 'pybind11' (#5765) Related: https://github.com/searxng/searxng/discussions/5748#discussioncomment-15880660 Signed-off-by: Markus Heiser --- utils/searxng.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/searxng.sh b/utils/searxng.sh index 9f9b4f463..e5f851b38 100755 --- a/utils/searxng.sh +++ b/utils/searxng.sh @@ -494,6 +494,7 @@ pip install -U wheel pip install -U pyyaml pip install -U msgspec pip install -U typing-extensions +pip install -U pybind11 cd ${SEARXNG_SRC} pip install --use-pep517 --no-build-isolation -e . EOF