mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #18973] issue: cannot import name 'Firecrawl' from 'firecrawl' #34262
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 @gwolf2u on GitHub (Nov 6, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/18973
Check Existing Issues
Installation Method
Pip Install
Open WebUI Version
0.6.35
Ollama Version (if applicable)
0.12.9
Operating System
Ubuntu 24.04 LTS
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
Managing to run openwebui process
Actual Behavior
openwebui fails to load
Steps to Reproduce
update to latest openwebui version by doing pip install --upgrade open-webui
Logs & Screenshots
Additional Information
This happens after upgrade to latest version
@miraculixx commented on GitHub (Nov 6, 2025):
this seems to be a valid work-around
pip install -U open-webui firecrawl@gwolf2u commented on GitHub (Nov 6, 2025):
this works indeed
would be best to leave this open I guess until proper fix pushed
@BetaDoggo commented on GitHub (Nov 6, 2025):
On my setup in a python 3.11 venv created via uv I fixed it by installing firecrawl-py first. This is a pretty big issue as it's also breaking existing installs when updating via uv/pip.
@Classic298 commented on GitHub (Nov 6, 2025):
0.6.36 is already on the way it seems. Anyways, easy fix for those who face the issue at least