mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-25 04:24:30 -05:00
issue: pip pcakage hashs do not match #4266
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 @digitalpipelines on GitHub (Mar 5, 2025).
Check Existing Issues
Installation Method
Pip Install
Open WebUI Version
current
Ollama Version (if applicable)
No response
Operating System
macOS
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
pip install open-webui should install properly
Actual Behavior
pip install open-webuiproduces the following errorERROR: THESE PACKAGES DO NOT MATCH THE HASHES FROM THE REQUIREMENTS FILE. If you have updated the package versions, please update the hashes. Otherwise, examine the package contents carefully; someone may have tampered with them.
unknown package:
Expected sha256 d99a32e9b633dbd874183998a7ca5597c76dea433c6fe0dc1419cfcd94185b69
Got ec6f80bd0394e92d4c4b8c283f2a2a3a8fea5a8f53d9a602647f73968455f827
Steps to Reproduce
create a virtual env that uses Python 3.11 as suggested
run
pip install open-webuiLogs & Screenshots
ERROR: THESE PACKAGES DO NOT MATCH THE HASHES FROM THE REQUIREMENTS FILE. If you have updated the package versions, please update the hashes. Otherwise, examine the package contents carefully; someone may have tampered with them.
unknown package:
Expected sha256 d99a32e9b633dbd874183998a7ca5597c76dea433c6fe0dc1419cfcd94185b69
Got ec6f80bd0394e92d4c4b8c283f2a2a3a8fea5a8f53d9a602647f73968455f827
Additional Information
No response
@Classic298 commented on GitHub (Mar 5, 2025):
Can't reproduce.
The error you're experiencing isn't related to OpenWebUI but rather a package integrity issue during installation.
The hash mismatch error indicates that a downloaded package doesn't match the expected hash in the requirements file (possibly corrupted?).
Please try some basic troubleshooting such as pip cache purge, creating a clean venv and trying from there and retrying the installation.