mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 12:58:11 -05:00
[GH-ISSUE #8848] Loading 'google.cloud' library even when it is unnecessary #53952
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 @daniporr on GitHub (Jan 24, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/8848
Bug Report
Installation Method
GitHub release
Environment
Open WebUI Version: v0.5.7
Operating System: Windows 11
Confirmation:
Expected Behavior:
Open WebUI starts without errors, and without loading Google stuff since I disable that feature.
Actual Behavior:
When starting it, in the same exact way I used to start earlier versions, it gives me the error described below.
As far as I understand, due to the import of 'google.cloud', which is not required since I have not enabled that functionality.
Description
Bug Summary:
The latest version has the following problem:
Reproduction Details
Steps to Reproduce:
Start the latest version of Open WebUI in an environment without Google stuff (in particular without
google.cloud)Additional Information
Related to #8845