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

7 tests failed with ``` thread 'main' panicked at crates/uv-client/src/registry_client.rs:107:33:␊ Failed to build HTTP client.: reqwest::Error { kind: Builder, source: Custom { kind: Other, error: Error { code: -36, message:...

internal
testing

I have a pip compiled requirements file specifying a few local packages: requirements file ``` # This file was autogenerated by uv via the following command: # uv pip compile...

question

When resolve with a preexisting lockfile, we can reasonably assume that most packages and version will remain unchanged. We should prefetch all version maps (simple api requests) and requirements for...

performance

Command, using uv 0.1.7: ```shell uv pip install "flit-core==2.3.0" --no-cache --no-binary flit-core --reinstall ``` Output: ```none Resolved 2 packages in 394ms error: Failed to download distributions Caused by: Failed to...

compatibility

uv version is 0.1.5 on Ubuntu 20.04, python 3.10 With UV_INDEX_URL pointing to a private Sonatype Nexus service acting as a pypi proxy: ``` $ uv pip install gcsfs error:...

bug

tested with: - uv --version 0.1.6 - uv --version 0.1.7 ``` > mkdir -p /tmp/foo > cd /tmp/foo > touch makefile > uv venv . Using Python 3.11.6 interpreter at...

Platform: Ubuntu 22.04 `uv` version: 0.1.6 (da3a7ec8) Spill-over from #1853, while checking that `--editable` gave the intended behavior on that ticket, I discovered that `uv` seems to be including local...

bug

Hello guys This is a possible questioning/enhancement issue. I come from the compliance tooling space, and among our usual scanning tools, we depend for direct python resolution dependency. Today we...

enhancement

## Summary Reworked the --clear flag for venv command for it not to recreate the existing virtualenv unless --clear flag is set. Based on this discussion https://github.com/astral-sh/uv/issues/1472 ## Test Plan...

- Add a link to the README - Add some basic guidelines to CONTRIBUTING - Describe the architecture of the project - Ensure `scripts` projects have README files - Link...

documentation