Open Web UI on FreeBSD 14.1 RELEASE using pip install open-webui (not working due to missing dep) (pulsar client FreeBSD) #2269

Closed
opened 2025-11-11 15:03:52 -06:00 by GiteaMirror · 0 comments
Owner

Originally created by @simonsays42 on GitHub (Oct 3, 2024).

Bug Report

Installation Method

# pip install open-webui

Environment

  • Open WebUI Version: [e.g., v0.3.11]

Latest

  • Ollama (if applicable): [e.g., v0.2.0, v0.1.32-rc1]
root@vm6:/ollama # ./ollama --version
ollama version is 0.0.0
  • Operating System:
root@vm6:/ollama # uname -a
FreeBSD vm6.nxo.io 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64
  • Python Version:
root@vm6:/ollama # python --version
Python 3.11.9

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 work.

Actual Behavior:

ERROR: Could not find a version that satisfies the requirement pulsar-client>=3.1.0 (from chromadb) (from versions: none)ERROR: No matching distribution found for pulsar-client>=3.1.0

Description

Reproduction Details

Steps to Reproduce:

  • Install FreeBSD, Ollama, Open Web UI

Logs and Screenshots

Additional Information

Note

Any help on the subject is highly appreciated. Thanks!

Originally created by @simonsays42 on GitHub (Oct 3, 2024). # Bug Report ## Installation Method `# pip install open-webui` ## Environment - **Open WebUI Version:** [e.g., v0.3.11] `Latest` - **Ollama (if applicable):** [e.g., v0.2.0, v0.1.32-rc1] ``` root@vm6:/ollama # ./ollama --version ollama version is 0.0.0 ``` - **Operating System:** ``` root@vm6:/ollama # uname -a FreeBSD vm6.nxo.io 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 ``` - **Python Version:** ``` root@vm6:/ollama # python --version Python 3.11.9 ``` **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. - [ ] I have included the browser console logs. - [ ] 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 work. ## Actual Behavior: `ERROR: Could not find a version that satisfies the requirement pulsar-client>=3.1.0 (from chromadb) (from versions: none)ERROR: No matching distribution found for pulsar-client>=3.1.0` ## Description ## Reproduction Details **Steps to Reproduce:** - Install FreeBSD, Ollama, Open Web UI ## Logs and Screenshots ## Additional Information ## Note Any help on the subject is highly appreciated. Thanks!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#2269