mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-03-03 16:15:54 +00:00
fix(install): Add typing_extensions to Python dependencies (#11074)
- Include typing_extensions package in the venv installation step
This commit is contained in:
@@ -41,7 +41,7 @@ msg_info "Creating Python virtual environment"
|
|||||||
sudo -H -u searxng bash -c '
|
sudo -H -u searxng bash -c '
|
||||||
python3 -m venv /usr/local/searxng/searx-pyenv &&
|
python3 -m venv /usr/local/searxng/searx-pyenv &&
|
||||||
. /usr/local/searxng/searx-pyenv/bin/activate &&
|
. /usr/local/searxng/searx-pyenv/bin/activate &&
|
||||||
pip install -U pip setuptools wheel pyyaml lxml msgspec &&
|
pip install -U pip setuptools wheel pyyaml lxml msgspec typing_extensions &&
|
||||||
pip install --use-pep517 --no-build-isolation -e /usr/local/searxng/searxng-src
|
pip install --use-pep517 --no-build-isolation -e /usr/local/searxng/searxng-src
|
||||||
'
|
'
|
||||||
msg_ok "Python environment ready"
|
msg_ok "Python environment ready"
|
||||||
|
|||||||
Reference in New Issue
Block a user