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

See: https://blog.rust-lang.org/2025/05/15/Rust-1.87.0/

We support this now by setting an impossible marker, e.g., `override-dependencies = ["package; sys_platform = "never"]` (https://docs.astral.sh/uv/reference/settings/#override-dependencies). We should add a dedicated option, e.g., `excluded-dependencies = ["package"]`. Unlike `--no-install-package`, this...

help wanted
configuration

## Summary There's some inconsistent behaviour in handling symlinks when `cache-key` is a glob or a file path. This PR attempts to address that. - When cache-key is a path,...

bug

### Question ```➜ Desktop uvx python Python 3.12.8 (main, Dec 19 2024, 14:22:58) [Clang 18.1.8 ] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> import pandas...

question
needs-mre

### Summary Probably a very niche scenario but thought I should let folks know this issue exists. ## Reproduction * Install uv in WSL and pyenv-win in Windows. * `uv...

bug
windows

## Summary Simplify the Docker image build process to leverage Depot container builders for faster layer caching and native multi-platform image builds. The combo of the two removes the need...

### Summary create a new project ``` uv init demo ``` install flask with default ``` cd demo uv add flask ``` uv.lock like as ![Image](https://github.com/user-attachments/assets/ccf5b7cc-e8eb-4412-9f1d-a8f9d3ca77ee) it used default PyPI,...

bug

### Summary Hi, In the last week we encountered an issue with a not-actively-maintained package that we have a dependency on. [Here](https://github.com/escherba/python-metrohash/issues/29) are the details if you're interested. We became...

bug

### Summary `uv venv` supports the `--system-site-packages` flag, but AFAICT there is no setting in the config file that can apply this by default to new venvs. It would be...

enhancement