diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2026-02-22 10:23:59 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-22 10:23:59 +0100 |
| commit | 5054e69844cbedfa0f5184955d662d944bcd35c1 (patch) | |
| tree | 80cae98011c275a1a958b4206da7113890f08bee /utils | |
| parent | 029b74e4f5d368990d9062c16a4e6c2766795766 (diff) | |
[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>
Diffstat (limited to 'utils')
| -rwxr-xr-x | utils/searxng.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
