diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2026-02-21 13:40:40 +0100 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2026-02-21 13:41:52 +0100 |
| commit | 89a63114c448df91f08005a3daafbd3ce6ad46c2 (patch) | |
| tree | 0c5fa159e7f702861dc199fa165ca00110638608 /utils/searxng.sh | |
| parent | 9754e7b4e2b78666c63bf4e4df3348e4b6c45e09 (diff) | |
[fix] searxng.sh fails: No module named 'typing_extensions'
Closes: #5761
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'utils/searxng.sh')
| -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 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 |
