mirror of
https://github.com/open-webui/docs.git
synced 2026-07-20 15:38:19 -04:00
use venv supported package manager (like pdm) for backend #31
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 @jiangying000 on GitHub (Jul 16, 2024).
Is your feature request related to a problem? Please describe.
when i install following doc, run pip install, errors, pip install affects os wide pip packages

Describe the solution you'd like
use pm like pdm/poetry, etc
Describe alternatives you've considered
N/A
Additional context
N/A
@justinh-rahb commented on GitHub (Jul 16, 2024):
This should go without saying. What madman installs anything with python on a workstation without using Conda or venv?