uv icon indicating copy to clipboard operation
uv copied to clipboard

An extremely fast Python package and project manager, written in Rust.

Results 1851 uv issues
Sort by recently updated
recently updated
newest added

I'm trying to add numba as a dependency on my project but it's failing to install llvmlite. I tried the solutions in https://github.com/astral-sh/uv/issues/6281 namely adding "llvmlite >=0.43.0" to constraint-dependencies, but...

question

The docs have 3 pages that document "tools". - https://docs.astral.sh/uv/concepts/tools/ - https://docs.astral.sh/uv/guides/tools/ - https://docs.astral.sh/uv/reference/cli/#uv-tool These docs don't proved examples of how to set up a project (or scripts in a...

documentation
question

[context: I'm working on #9849, and a few tests are failing for me due to issues related to the network-related environment variables] When certain environment variables are set, uv's tests...

help wanted
testing

I had some thoughts about version handling and documentation in #7352, but that was out of scope, so I created this issue. * ~I used the wrong version identifier in...

projects
needs-design

I really like the mojo🔥 option in the notebook lab so I made my own script to play with notebooks faster🔥 ...marimo has it's place but **_uvnb_** could be so...

I was very excited to see the functionality with `uv publish --index ` come out in version `0.5.8` with this PR https://github.com/astral-sh/uv/pull/9694, but I don't think it behaves quite as...

needs-decision

Background reading: https://github.com/astral-sh/uv/issues/8157 Companion PR: https://github.com/astral-sh/pubgrub/pull/36 Requires for test coverage: https://github.com/astral-sh/packse/pull/230 When two packages A and B conflict, we have the option to choose a lower version of A, or...

enhancement
resolver

Closes #4075 There are many more redundant enumerations I want to look into as well.

error messages

Test case for https://github.com/astral-sh/uv/issues/4075

testing