Use of uv instead of pip #2795
asdkant-bf
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Problem statement
pipis slow,uvis FAST and fairly well battle-tested, and in CI runs speed is good.Using
uvshould be a fairly painless since it provides a drop-in replacement for thepipCLISolution brainstorm (optional)
have a switch in the
initsubcommand to useuv, or just straight up use it instead of `pipIt looks like the changes would be for this file, in particular the general python installation logic (so it includes uv) and the env and dependency handling logic so it calls uv instead of pip and the regular venv commands
All reactions