mirror of
https://github.com/searxng/searxng.git
synced 2026-05-07 18:03:51 +02:00
[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>
This commit is contained in:
@@ -494,6 +494,7 @@ 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
|
pip install -U typing-extensions
|
||||||
|
pip install -U pybind11
|
||||||
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