mirror of
https://github.com/searxng/searxng.git
synced 2026-03-10 12:05:54 -04:00
[fix] searxng.sh fails: No module named 'typing_extensions'
Closes: #5761 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
9754e7b4e2
commit
89a63114c4
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user