mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 23:21:44 -05:00
[GH-ISSUE #8838] ModuleNotFoundError: No module named 'compressed_rtf' on Windows #15283
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 @jnpatrick99 on GitHub (Jan 23, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/8838
Bug Report
Installation Method
Through pip
Environment
Open WebUI Version: 0.5.6
Operating System: Windows 10
Confirmation:
Expected Behavior:
Should install
Actual Behavior:
Does not install
Description
Bug Summary:
Cannot just install
compressed_rtfon Windows, as it now requires full recompile which doesn't work https://github.com/delimitry/compressed_rtf/issues/17Reproduction Details
Steps to Reproduce:
Run
python -m pip install open-webuifrom scratch with clean pythonon Windows
python -m pip install compressed_rtfproduces the same errorLogs and Screenshots