mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
ValueError: The onnxruntime python package is not installed. Please install it with pip install onnxruntime
#2627
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 @Assassinator-ban on GitHub (Nov 12, 2024).
I created a virtual environment using python3.11.9 on the windows10 system and executedpip install open-webui,After running the startup command, I got an error like this:The onnxruntime python package is not installed. Please install it with

pip install onnxruntime,I try to executepip install onnxruntime,but it gave me this hint:(env-openwebui) PS T:\envs> pip install onnxruntime
Requirement already satisfied: onnxruntime in t:\envs\env-openwebui\lib\site-packages (1.20.0)
Requirement already satisfied: coloredlogs in t:\envs\env-openwebui\lib\site-packages (from onnxruntime) (15.0.1)
Requirement already satisfied: flatbuffers in t:\envs\env-openwebui\lib\site-packages (from onnxruntime) (24.3.25)
Requirement already satisfied: numpy>=1.21.6 in t:\envs\env-openwebui\lib\site-packages (from onnxruntime) (1.26.4)
Requirement already satisfied: packaging in t:\envs\env-openwebui\lib\site-packages (from onnxruntime) (23.2)
Requirement already satisfied: protobuf in t:\envs\env-openwebui\lib\site-packages (from onnxruntime) (4.25.5)
Requirement already satisfied: sympy in t:\envs\env-openwebui\lib\site-packages (from onnxruntime) (1.13.1)
Requirement already satisfied: humanfriendly>=9.1 in t:\envs\env-openwebui\lib\site-packages (from coloredlogs->onnxruntime) (10.0)
Requirement already satisfied: mpmath<1.4,>=1.1.0 in t:\envs\env-openwebui\lib\site-packages (from sympy->onnxruntime) (1.3.0)
Requirement already satisfied: pyreadline3 in t:\envs\env-openwebui\lib\site-packages (from humanfriendly>=9.1->coloredlogs->onnxruntime) (3.5.4), It shows that I have installed it, but I cannot use the startup command to run it.webui