From 89a63114c448df91f08005a3daafbd3ce6ad46c2 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Sat, 21 Feb 2026 13:40:40 +0100 Subject: [PATCH] [fix] searxng.sh fails: No module named 'typing_extensions' Closes: #5761 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 598d3bb48..9f9b4f463 100755 --- a/utils/searxng.sh +++ b/utils/searxng.sh @@ -493,6 +493,7 @@ pip install -U setuptools pip install -U wheel pip install -U pyyaml pip install -U msgspec +pip install -U typing-extensions cd ${SEARXNG_SRC} pip install --use-pep517 --no-build-isolation -e . EOF