[GH-ISSUE #8838] ModuleNotFoundError: No module named 'compressed_rtf' on Windows #69886

Closed
opened 2026-05-13 02:10:29 -05:00 by GiteaMirror · 0 comments
Owner

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:

  • I have read and followed all the instructions provided in the README.md.
  • I am on the latest version of both Open WebUI and Ollama.
  • I have included the browser console logs.
  • I have included the Docker container logs.
  • I have provided the exact steps to reproduce the bug in the "Steps to Reproduce" section below.

Expected Behavior:

Should install

Actual Behavior:

Does not install

Description

Bug Summary:
Cannot just install compressed_rtf on Windows, as it now requires full recompile which doesn't work https://github.com/delimitry/compressed_rtf/issues/17

Reproduction Details

Steps to Reproduce:
Run python -m pip install open-webui from scratch with clean python
on Windows

python -m pip install compressed_rtf produces the same error

Logs and Screenshots

Collecting compressed-rtf<2,>=1.0.6 (from extract-msg->open-webui)
  Using cached compressed_rtf-1.0.6.tar.gz (5.8 kB)
  Preparing metadata (setup.py) ... error
  error: subprocess-exited-with-error

  × python setup.py egg_info did not run successfully.
  it code: 1
  [6 lines of output]
      Traceback (most recent call last):
        File "<string>", line 2, in <module>
        File "<pip-setuptools-caller>", line 34, in <module>
        File "C:\....\compressed-rtf_8b4d150d815b4072a8f68e71e5954333\setup.py", line 7, in <module>
          import compressed_rtf
      ModuleNotFoundError: No module named 'compressed_rtf'
      [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.
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:** - [x] I have read and followed all the instructions provided in the README.md. - [x] I am on the latest version of both Open WebUI and Ollama. - [x] I have included the browser console logs. - [x] I have included the Docker container logs. - [x] I have provided the exact steps to reproduce the bug in the "Steps to Reproduce" section below. ## Expected Behavior: Should install ## Actual Behavior: Does not install ## Description **Bug Summary:** Cannot just install `compressed_rtf` on Windows, as it now requires full recompile which doesn't work https://github.com/delimitry/compressed_rtf/issues/17 ## Reproduction Details **Steps to Reproduce:** Run `python -m pip install open-webui` from scratch with clean python on Windows `python -m pip install compressed_rtf` produces the same error ## Logs and Screenshots ``` Collecting compressed-rtf<2,>=1.0.6 (from extract-msg->open-webui) Using cached compressed_rtf-1.0.6.tar.gz (5.8 kB) Preparing metadata (setup.py) ... error error: subprocess-exited-with-error × python setup.py egg_info did not run successfully. it code: 1 [6 lines of output] Traceback (most recent call last): File "<string>", line 2, in <module> File "<pip-setuptools-caller>", line 34, in <module> File "C:\....\compressed-rtf_8b4d150d815b4072a8f68e71e5954333\setup.py", line 7, in <module> import compressed_rtf ModuleNotFoundError: No module named 'compressed_rtf' [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. ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#69886