Openwebui update failed #1992

Closed
opened 2025-11-20 05:21:23 -05:00 by saavagebueno · 3 comments
Owner

Originally created by @rowie on GitHub (Oct 2, 2025).

Have you read and understood the above guidelines?

yes

📜 What is the name of the script you are using?

Openwebui

📂 What was the exact command used to execute the script?

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/openwebui.sh)"

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

No response

📈 Which Proxmox version are you on?

PVE9

📝 Provide a clear and concise description of the issue.

i just wana update like always ...

🔄 Steps to reproduce the issue.

just copied the comand to the proxmox ui as always

Paste the full error output (if available).

Run npm run preview to preview your production build locally.

Using @sveltejs/adapter-static
Wrote site to "build"
✔ done
error: externally-managed-environment

× This environment is externally managed
╰─> To install Python packages system-wide, try apt install
python3-xyz, where xyz is the package you are trying to
install.

If you wish to install a non-Debian-packaged Python package,
create a virtual environment using python3 -m venv path/to/venv.
Then use path/to/venv/bin/python and path/to/venv/bin/pip. Make
sure you have python3-full installed.

If you wish to install a non-Debian packaged Python application,
it may be easiest to use pipx install xyz, which will manage a
virtual environment for you. Make sure you have pipx installed.

See /usr/share/doc/python3.11/README.venv for more information.

note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages.
hint: See PEP 668 for the detailed specification.

[ERROR] in line 70: exit code 0: while executing command $STD pip install -r requirements.txt -U

root@openwebui:~#

🖼️ Additional context (optional).

No response

Originally created by @rowie on GitHub (Oct 2, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Openwebui ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/openwebui.sh)" ### ⚙️ What settings are you using? - [ ] Default Settings - [x] Advanced Settings ### 🖥️ Which Linux distribution are you using? _No response_ ### 📈 Which Proxmox version are you on? PVE9 ### 📝 Provide a clear and concise description of the issue. i just wana update like always ... ### 🔄 Steps to reproduce the issue. just copied the comand to the proxmox ui as always ### ❌ Paste the full error output (if available). Run npm run preview to preview your production build locally. > Using @sveltejs/adapter-static Wrote site to "build" ✔ done error: externally-managed-environment × This environment is externally managed ╰─> To install Python packages system-wide, try apt install python3-xyz, where xyz is the package you are trying to install. If you wish to install a non-Debian-packaged Python package, create a virtual environment using python3 -m venv path/to/venv. Then use path/to/venv/bin/python and path/to/venv/bin/pip. Make sure you have python3-full installed. If you wish to install a non-Debian packaged Python application, it may be easiest to use pipx install xyz, which will manage a virtual environment for you. Make sure you have pipx installed. See /usr/share/doc/python3.11/README.venv for more information. note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages. hint: See PEP 668 for the detailed specification. [ERROR] in line 70: exit code 0: while executing command $STD pip install -r requirements.txt -U root@openwebui:~# ### 🖼️ Additional context (optional). _No response_
saavagebueno added the bug label 2025-11-20 05:21:23 -05:00
Author
Owner

@MickLesk commented on GitHub (Oct 2, 2025):

#555

@MickLesk commented on GitHub (Oct 2, 2025): #555
Author
Owner

@rowie commented on GitHub (Oct 2, 2025):

there is no /usr/bin/python3 manage.py migrate or /usr/lib/python3.*/EXTERNALLY-MANAGED in my openwebui LXC??

@rowie commented on GitHub (Oct 2, 2025): there is no /usr/bin/python3 manage.py migrate or /usr/lib/python3.*/EXTERNALLY-MANAGED in my openwebui LXC??
Author
Owner

@rowie commented on GitHub (Oct 2, 2025):

after running the update a second time it works! thx

@rowie commented on GitHub (Oct 2, 2025): after running the update a second time it works! thx
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#1992