Uv overtakes pip in CI
wagtail.org
Uv overtakes pip in CI
1–10 of 184 posts
Re: Uv overtakes pip in CI
#2Re: Uv overtakes pip in CI
#3Python dependency management and environments have been a pain for 15 years. Poetry was nice but slow and sometimes difficult.
Uv is lightning fast and damn easy to use. It’s so functional and simple.
Re: Uv overtakes pip in CI
#4Re: Uv overtakes pip in CI
#5UV is super fast and great for environment management, however it's not at all well suited to a containerised environment, unless I'm missing something fundamental (unless you like using an env in your container that is).
Re: Uv overtakes pip in CI
#6UV is super fast and great for environment management, however it's not at all well suited to a containerised environment, unless I'm missing something fundamental (unless you like using an env in your container that is).
Could you elaborate?
Re: Uv overtakes pip in CI
#7UV is super fast and great for environment management, however it's not at all well suited to a containerised environment, unless I'm missing something fundamental (unless you like using an env in your container that is).
Why not use a virtualenv in your container?
Re: Uv overtakes pip in CI
#8UV is super fast and great for environment management, however it's not at all well suited to a containerised environment, unless I'm missing something fundamental (unless you like using an env in your container that is).
Re: Uv overtakes pip in CI
#9This shouldn’t be a surprise to anyone who has been using Python and has tried uv. Python dependency management and environments have been a pain for 15 years. Poetry was nice but slow and sometimes difficult. Uv is lightning fast and damn easy to use. It’s so functional and simple.
Re: Uv overtakes pip in CI
#10What caused python to go through these issues? Is there any fundamental design flaw ?