Hash mismatch during install
- Dominant language
- Python
- Stars
- 133k
- Forks
- 15.7k
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 158
Description
### Custom Node Testing
- [x] I have tried disabling custom nodes and the issue persists (see [how to disable custom nodes](https://docs.comfy.org/troubleshooting/custom-node-issues#step-1%3A-test-with-all-custom-nodes-disabled) if you need help)
### Expected Behavior
no warning
### Actual Behavior
During install, a warning is printed that a package doesn't match its expected hash.
Most likely a hash needs updating, but it could be security-related.
### Steps to Reproduce
install
I installed via SwarmUI, but I assume the same happens with a standalone-install
### Debug Logs
```powershell
09:37:04.107 [Debug] [ComfyUI Install (Linux Script)/STDOUT] Downloading mpmath-1.3.0-py3-none-any.whl (536 kB)
09:37:04.248 [Debug] [ComfyUI Install (Linux Script)/STDOUT] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 536.2/536.2 kB 3.9 MB/s eta 0:00:00
09:37:05.227 [Warning] [ComfyUI Install (Linux Script)/STDERR] 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.
09:37:05.227 [Warning] [ComfyUI Install (Linux Script)/STDERR] unknown package:
09:37:05.228 [Warning] [ComfyUI Install (Linux Script)/STDERR] Expected sha256 d47fbf302e7d9cbbb9e2555a0d267983d2aa476bac30e90dfbe5669bd57f3762
09:37:05.228 [Warning] [ComfyUI Install (Linux Script)/STDERR] Got 92ed01feb9e40aee2c3ac169070a6d44c1f54727185711423b90cf945e12811e
09:37:05.228 [Warning] [ComfyUI Install (Linux Script)/STDERR]
```
### Other
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.