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 have a local package which needs to be referenced. For example, in pip it looks like this: requirements.txt ``` ./deps/mypackage-1.0.94-py3-none-any.whl ``` For uv, I have it in pyproject.toml as:...

question

I need to go through the tests, which are currently just authored by Claude, before this is ready for review.

### Summary Hi! We are using uv to install python venvs and pytorch in our desktop application. I previously posted our issue of not getting interactive output in a regular...

enhancement

After installed a package with `--find-links`, the next installation will fail because `uv` is unable to find package without find-links. Reproduction: ```sh uname -a # Linux GOOSE 5.15.153.1-microsoft-standard-WSL2 #1 SMP...

enhancement

### Question I've recently started using `uv` to setup python environments on my Mac. I'd like to have all environments I create automatically have access to the system trust store....

question

### Summary `--exclude-newer` is a very useful feature for implementing dependency cooldown policies but it requires package registries to support the JSON view with the PEP 700 `upload-time` attribute. This...

enhancement

Part of https://github.com/astral-sh/uv/issues/16771 This diff introduces `--exclude-packages` to pip {compile, install, tool install}, accepting comma-delimited package names (with `--exclude-package` as an alias) to exclude packages without an excludes file.

## Summary When resolving dependencies, uv makes different (incorrect) resolution decisions depending on whether transitive dependency constraints are also specified at the top level. This causes it to pick incompatible...

question

[uv_install_logs.tar.gz](https://github.com/user-attachments/files/20915431/uv_install_logs.tar.gz) ### Summary `uv` seems to fail to recognize some macOS Universal wheels when running in a `conda` environment on Darwin x86_64. The following four packages install fine using `pip...

bug

## Summary This fixes installations using git which involved submodules declared through relative paths, fixes #9822 . ## Test Plan I did testing using a private gitlab server that I...

bug