use venv supported package manager (like pdm) for backend #31

Closed
opened 2026-02-15 17:05:19 -05:00 by yindo · 1 comment
Owner

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
image

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
poetry-up 0.4.0 requires click<8.0,>=7.0, but you have click 8.1.7 which is incompatible.

Describe the solution you'd like
use pm like pdm/poetry, etc

Describe alternatives you've considered
N/A

Additional context
N/A

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 ![image](https://github.com/user-attachments/assets/1dfb7e45-e89f-47a1-940c-86ce67b74dcf) ``` ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. poetry-up 0.4.0 requires click<8.0,>=7.0, but you have click 8.1.7 which is incompatible. ``` **Describe the solution you'd like** use pm like pdm/poetry, etc **Describe alternatives you've considered** N/A **Additional context** N/A
yindo closed this issue 2026-02-15 17:05:19 -05:00
Author
Owner

@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?

@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?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/docs#31