[GH-ISSUE #11861] Open WebUI update script fails #2498

Closed
opened 2026-02-26 12:52:38 +03:00 by kerem · 5 comments
Owner

Originally created by @shtefko on GitHub (Feb 13, 2026).
Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/11861

Have you read and understood the above guidelines?

yes

🔎 Did you run the script with verbose mode enabled?

Yes, verbose mode was enabled and the output is included below

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

Open WebUI

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

update

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 13

📈 Which Proxmox version are you on?

pve-manager/9.1.5/80cf92a64bef6889 (running kernel: 6.17.9-1-pve)

📝 Provide a clear and concise description of the issue.

Trying to update the Open WebUI container results in an error message complaining about unsupported Python version.

🔄 Steps to reproduce the issue.

In LXC type update. Select Verbose output. Result: Update process fails.

Paste the full error output (if available).

  ____                      _       __     __    __  ______
  / __ \____  ___  ____     | |     / /__  / /_  / / / /  _/
 / / / / __ \/ _ \/ __ \    | | /| / / _ \/ __ \/ / / // /  
/ /_/ / /_/ /  __/ / / /    | |/ |/ /  __/ /_/ / /_/ // /   
\____/ .___/\___/_/ /_/     |__/|__/\___/_.___/\____/___/   
    /_/                                                     

  ⏳   Updating Open WebUI via uv⠋ Resolving dependencies...                                                                                                                     
error: Failed to upgrade open-webui
  Caused by: Failed to prepare distributions
  Caused by: Failed to build `llvmlite==0.36.0`
  Caused by: The build backend returned an error
  Caused by: Call to `setuptools.build_meta:__legacy__.build_wheel` failed (exit status: 1)

             [stderr]
             /root/.cache/uv/builds-v0/.tmpB0uU0l/lib/python3.12/site-packages/setuptools/_vendor/wheel/bdist_wheel.py:4: FutureWarning: The 'wheel' package is no longer the canonical location of the 'bdist_wheel' command, and will be removed in a future release. Please update to setuptools v70.1 or later which contains an integrated version of this command.
               warn(
             Traceback (most recent call last):
               File "<string>", line 14, in <module>
               File "/root/.cache/uv/builds-v0/.tmpB0uU0l/lib/python3.12/site-packages/setuptools/build_meta.py", line 333, in get_requires_for_build_wheel
                 return self._get_build_requires(config_settings, requirements=[])
                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
               File "/root/.cache/uv/builds-v0/.tmpB0uU0l/lib/python3.12/site-packages/setuptools/build_meta.py", line 301, in _get_build_requires
                 self.run_setup()
               File "/root/.cache/uv/builds-v0/.tmpB0uU0l/lib/python3.12/site-packages/setuptools/build_meta.py", line 520, in run_setup
                 super().run_setup(setup_script=setup_script)
               File "/root/.cache/uv/builds-v0/.tmpB0uU0l/lib/python3.12/site-packages/setuptools/build_meta.py", line 317, in run_setup
                 exec(code, locals())
               File "<string>", line 55, in <module>
               File "<string>", line 52, in _guard_py_ver
             RuntimeError: Cannot install on Python version 3.12.12; only versions >=3.6,<3.10 are supported.

             hint: This usually indicates a problem with the package or the build environment.
  ✖️   in line 129: exit code 1 (General error / Operation not permitted): while executing command  uv tool upgrade --python 3.12 open-webui[all]
root@openwebui:~# 

🖼️ Additional context (optional).

No response

Originally created by @shtefko on GitHub (Feb 13, 2026). Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/11861 ### ✅ Have you read and understood the above guidelines? yes ### 🔎 Did you run the script with verbose mode enabled? Yes, verbose mode was enabled and the output is included below ### 📜 What is the name of the script you are using? Open WebUI ### 📂 What was the exact command used to execute the script? update ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 13 ### 📈 Which Proxmox version are you on? pve-manager/9.1.5/80cf92a64bef6889 (running kernel: 6.17.9-1-pve) ### 📝 Provide a clear and concise description of the issue. Trying to update the Open WebUI container results in an error message complaining about unsupported Python version. ### 🔄 Steps to reproduce the issue. In LXC type update. Select Verbose output. Result: Update process fails. ### ❌ Paste the full error output (if available). ``` ____ _ __ __ __ ______ / __ \____ ___ ____ | | / /__ / /_ / / / / _/ / / / / __ \/ _ \/ __ \ | | /| / / _ \/ __ \/ / / // / / /_/ / /_/ / __/ / / / | |/ |/ / __/ /_/ / /_/ // / \____/ .___/\___/_/ /_/ |__/|__/\___/_.___/\____/___/ /_/ ⏳ Updating Open WebUI via uv⠋ Resolving dependencies... error: Failed to upgrade open-webui Caused by: Failed to prepare distributions Caused by: Failed to build `llvmlite==0.36.0` Caused by: The build backend returned an error Caused by: Call to `setuptools.build_meta:__legacy__.build_wheel` failed (exit status: 1) [stderr] /root/.cache/uv/builds-v0/.tmpB0uU0l/lib/python3.12/site-packages/setuptools/_vendor/wheel/bdist_wheel.py:4: FutureWarning: The 'wheel' package is no longer the canonical location of the 'bdist_wheel' command, and will be removed in a future release. Please update to setuptools v70.1 or later which contains an integrated version of this command. warn( Traceback (most recent call last): File "<string>", line 14, in <module> File "/root/.cache/uv/builds-v0/.tmpB0uU0l/lib/python3.12/site-packages/setuptools/build_meta.py", line 333, in get_requires_for_build_wheel return self._get_build_requires(config_settings, requirements=[]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/root/.cache/uv/builds-v0/.tmpB0uU0l/lib/python3.12/site-packages/setuptools/build_meta.py", line 301, in _get_build_requires self.run_setup() File "/root/.cache/uv/builds-v0/.tmpB0uU0l/lib/python3.12/site-packages/setuptools/build_meta.py", line 520, in run_setup super().run_setup(setup_script=setup_script) File "/root/.cache/uv/builds-v0/.tmpB0uU0l/lib/python3.12/site-packages/setuptools/build_meta.py", line 317, in run_setup exec(code, locals()) File "<string>", line 55, in <module> File "<string>", line 52, in _guard_py_ver RuntimeError: Cannot install on Python version 3.12.12; only versions >=3.6,<3.10 are supported. hint: This usually indicates a problem with the package or the build environment. ✖️ in line 129: exit code 1 (General error / Operation not permitted): while executing command uv tool upgrade --python 3.12 open-webui[all] root@openwebui:~# ``` ### 🖼️ Additional context (optional). _No response_
kerem 2026-02-26 12:52:38 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@creative0100 commented on GitHub (Feb 13, 2026):

I am having a similar issue when running "update":

error: Failed to upgrade open-webui Caused by: Failed to prepare distributions Caused by: Failed to build llvmlite==0.36.0Caused by: The build backend returned an error Caused by: Call tosetuptools.build_meta:legacy.build_wheel` failed (exit status: 1)

         [stderr]
         /root/.cache/uv/builds-v0/.tmpkD4RLg/lib/python3.12/site-packages/setuptools/_vendor/wheel/bdist_wheel.py:4: FutureWarning: The 'wheel' package is no longer the canonical location of the 'bdist_wheel' command, and will be removed in a future release. Please update to setuptools v70.1 or later which contains an integrated version of this command.
           warn(
         Traceback (most recent call last):
           File "<string>", line 14, in <module>
           File "/root/.cache/uv/builds-v0/.tmpkD4RLg/lib/python3.12/site-packages/setuptools/build_meta.py", line 333, in get_requires_for_build_wheel
             return self._get_build_requires(config_settings, requirements=[])
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
           File "/root/.cache/uv/builds-v0/.tmpkD4RLg/lib/python3.12/site-packages/setuptools/build_meta.py", line 301, in _get_build_requires
             self.run_setup()
           File "/root/.cache/uv/builds-v0/.tmpkD4RLg/lib/python3.12/site-packages/setuptools/build_meta.py", line 520, in run_setup
             super().run_setup(setup_script=setup_script)
           File "/root/.cache/uv/builds-v0/.tmpkD4RLg/lib/python3.12/site-packages/setuptools/build_meta.py", line 317, in run_setup
             exec(code, locals())
           File "<string>", line 55, in <module>
           File "<string>", line 52, in _guard_py_ver
         RuntimeError: Cannot install on Python version 3.12.12; only versions >=3.6,<3.10 are supported.

         hint: This usually indicates a problem with the package or the build environment.

✖️ in line 129: exit code 1 (General error / Operation not permitted): while executing command uv tool upgrade --python 3.12 open-webui[all]`

<!-- gh-comment-id:3894576623 --> @creative0100 commented on GitHub (Feb 13, 2026): I am having a similar issue when running "update": `error: Failed to upgrade open-webui Caused by: Failed to prepare distributions Caused by: Failed to build `llvmlite==0.36.0` Caused by: The build backend returned an error Caused by: Call to `setuptools.build_meta:__legacy__.build_wheel` failed (exit status: 1) [stderr] /root/.cache/uv/builds-v0/.tmpkD4RLg/lib/python3.12/site-packages/setuptools/_vendor/wheel/bdist_wheel.py:4: FutureWarning: The 'wheel' package is no longer the canonical location of the 'bdist_wheel' command, and will be removed in a future release. Please update to setuptools v70.1 or later which contains an integrated version of this command. warn( Traceback (most recent call last): File "<string>", line 14, in <module> File "/root/.cache/uv/builds-v0/.tmpkD4RLg/lib/python3.12/site-packages/setuptools/build_meta.py", line 333, in get_requires_for_build_wheel return self._get_build_requires(config_settings, requirements=[]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/root/.cache/uv/builds-v0/.tmpkD4RLg/lib/python3.12/site-packages/setuptools/build_meta.py", line 301, in _get_build_requires self.run_setup() File "/root/.cache/uv/builds-v0/.tmpkD4RLg/lib/python3.12/site-packages/setuptools/build_meta.py", line 520, in run_setup super().run_setup(setup_script=setup_script) File "/root/.cache/uv/builds-v0/.tmpkD4RLg/lib/python3.12/site-packages/setuptools/build_meta.py", line 317, in run_setup exec(code, locals()) File "<string>", line 55, in <module> File "<string>", line 52, in _guard_py_ver RuntimeError: Cannot install on Python version 3.12.12; only versions >=3.6,<3.10 are supported. hint: This usually indicates a problem with the package or the build environment. ✖️ in line 129: exit code 1 (General error / Operation not permitted): while executing command uv tool upgrade --python 3.12 open-webui[all]`
Author
Owner

@ajw685 commented on GitHub (Feb 13, 2026):

I have same problem on a fresh install; not an update

<!-- gh-comment-id:3894862985 --> @ajw685 commented on GitHub (Feb 13, 2026): I have same problem on a fresh install; not an update
Author
Owner

@tyler72us commented on GitHub (Feb 13, 2026):

So I think I know what the issue is, llvmlite==0.36.0 only supports Python 3.6-3.9, but the script has Python 3.12.12. I have no idea how to fix it, because I don't know the location of the python environment to get into it and try either uv pip install "llvmlite>=0.40.0" or uv pip install --upgrade open-webui to see if it can update separately.

<!-- gh-comment-id:3895079139 --> @tyler72us commented on GitHub (Feb 13, 2026): So I think I know what the issue is, llvmlite==0.36.0 only supports Python 3.6-3.9, but the script has Python 3.12.12. I have no idea how to fix it, because I don't know the location of the python environment to get into it and try either `uv pip install "llvmlite>=0.40.0"` or `uv pip install --upgrade open-webui` to see if it can update separately.
Author
Owner

@MickLesk commented on GitHub (Feb 13, 2026):

https://github.com/open-webui/open-webui/issues/21359

<!-- gh-comment-id:3895673160 --> @MickLesk commented on GitHub (Feb 13, 2026): https://github.com/open-webui/open-webui/issues/21359
Author
Owner

@Classic298 commented on GitHub (Feb 13, 2026):

Please don't open issues in the open webui repository for non-open-webui issues. We do not use this dependency

<!-- gh-comment-id:3895742838 --> @Classic298 commented on GitHub (Feb 13, 2026): Please don't open issues in the open webui repository for non-open-webui issues. We do not use this dependency
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ProxmoxVE#2498
No description provided.