mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
issue: how to install it on windows 11 arm device #6172
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jiangyoung112 on GitHub (Aug 22, 2025).
Check Existing Issues
Installation Method
Pip Install
Open WebUI Version
0.6.24
Ollama Version (if applicable)
No response
Operating System
Windows 11 Arm
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
I would like to install open-webui on my windows arm device by using 'pip install open-webui'
Actual Behavior
While the pip is preparing metadata (pyproject.toml),something went wrong:
Preparing metadata (pyproject.toml) ... error
error: subprocess-exited-with-error
× Preparing metadata (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [4 lines of output]
Python reports platform: win-arm64
Unsupported platform: win-arm64
Checking for Rust toolchain....
Rust not found, installing into a temporary directory
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
Steps to Reproduce
Logs & Screenshots
PS C:\Users\Administrator> pip install open-webui -i https://mirrors.aliyun.com/pypi/simple/
Looking in indexes: https://mirrors.aliyun.com/pypi/simple/
Collecting open-webui
Downloading
9599099e08/open_webui-0.6.23-py3-none-any.whl(141.2 MB)---------------------------------------- 141.2/141.2 MB 6.9 MB/s eta 0:00:00
Collecting accelerate (from open-webui)
Using cached
0107f0aa17/accelerate-1.10.0-py3-none-any.whl(374 kB)Collecting aiocache (from open-webui)
Using cached
15d67e05b2/aiocache-0.12.3-py2.py3-none-any.whl(28 kB)Collecting aiofiles (from open-webui)
Using cached
30bb92d442/aiofiles-24.1.0-py3-none-any.whl(15 kB)Collecting aiohttp==3.12.15 (from open-webui)
Using cached
d92a237d88/aiohttp-3.12.15.tar.gz(7.8 MB)Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Collecting alembic==1.14.0 (from open-webui)
Using cached
8b505aea3d/alembic-1.14.0-py3-none-any.whl(233 kB)Collecting anthropic (from open-webui)
Using cached
2d268bcd5d/anthropic-0.64.0-py3-none-any.whl(297 kB)Collecting apscheduler==3.10.4 (from open-webui)
Using cached
7af0cb920a/APScheduler-3.10.4-py3-none-any.whl(59 kB)Collecting argon2-cffi==23.1.0 (from open-webui)
Using cached
e8a041599e/argon2_cffi-23.1.0-py3-none-any.whl(15 kB)Collecting asgiref==3.8.1 (from open-webui)
Using cached
893e8757be/asgiref-3.8.1-py3-none-any.whl(23 kB)Collecting async-timeout (from open-webui)
Using cached
e2081de779/async_timeout-5.0.1-py3-none-any.whl(6.2 kB)Collecting authlib==1.6.1 (from open-webui)
Using cached
cc6a08053f/authlib-1.6.1-py2.py3-none-any.whl(239 kB)Collecting azure-ai-documentintelligence==1.0.2 (from open-webui)
Using cached
c9ec040f23/azure_ai_documentintelligence-1.0.2-py3-none-any.whl(106 kB)Collecting azure-identity==1.20.0 (from open-webui)
Using cached
819513c1db/azure_identity-1.20.0-py3-none-any.whl(188 kB)Collecting azure-storage-blob==12.24.1 (from open-webui)
Using cached
3814aba90a/azure_storage_blob-12.24.1-py3-none-any.whl(408 kB)Collecting bcrypt==4.3.0 (from open-webui)
Using cached
6d7433e0f3/bcrypt-4.3.0.tar.gz(25 kB)Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Collecting black==25.1.0 (from open-webui)
Using cached
54e999902a/black-25.1.0-py3-none-any.whl(207 kB)Collecting boto3==1.40.5 (from open-webui)
Using cached
d6ab54adbe/boto3-1.40.5-py3-none-any.whl(140 kB)Collecting chromadb==0.6.3 (from open-webui)
Downloading
5c186c77bf/chromadb-0.6.3-py3-none-any.whl(611 kB)---------------------------------------- 611.1/611.1 kB 12.8 MB/s eta 0:00:00
Collecting colbert-ai==0.2.21 (from open-webui)
Using cached
5d847be0f0/colbert_ai-0.2.21-py3-none-any.whl(116 kB)Collecting cryptography (from open-webui)
Using cached
d13399c942/cryptography-45.0.6.tar.gz(744 kB)Installing build dependencies ... done
Getting requirements to build wheel ... done
Installing backend dependencies ... done
Preparing metadata (pyproject.toml) ... error
error: subprocess-exited-with-error
× Preparing metadata (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [4 lines of output]
Python reports platform: win-arm64
Unsupported platform: win-arm64
Checking for Rust toolchain....
Rust not found, installing into a temporary directory
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
[notice] A new release of pip is available: 24.0 -> 25.2
[notice] To update, run: python.exe -m pip install --upgrade pip
Additional Information
No response