mirror of
https://github.com/searxng/searxng.git
synced 2026-05-07 18:03:51 +02: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:
committed by
Markus Heiser
parent
9754e7b4e2
commit
89a63114c4
@@ -493,6 +493,7 @@ pip install -U setuptools
|
|||||||
pip install -U wheel
|
pip install -U wheel
|
||||||
pip install -U pyyaml
|
pip install -U pyyaml
|
||||||
pip install -U msgspec
|
pip install -U msgspec
|
||||||
|
pip install -U typing-extensions
|
||||||
cd ${SEARXNG_SRC}
|
cd ${SEARXNG_SRC}
|
||||||
pip install --use-pep517 --no-build-isolation -e .
|
pip install --use-pep517 --no-build-isolation -e .
|
||||||
EOF
|
EOF
|
||||||
|
|||||||
Reference in New Issue
Block a user