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

Thanks for the great tool, `uv pip compile` is blazing fast 🚀 I would like to suggest to add pre-commit support for `uv` to make it more useable. You probably...

enhancement

I have a requirements file with a line that tries to install a local .whl file, but only on Windows. When I try to run this, UV gives an error:...

bug

# Short version Add a cross-platform way to find out the uv cache directory (like pip has) for use on GitHub Actions. # Long version If we want to cache...

enhancement
compatibility

## Summary Fixes #1481 Allow `uv pip install` to fetch requirements files from a remote URL. ## Questions Apologies for the questions; this is my first Rust code in a...

Platform: Ubuntu 20.04 `uv` version: `fef1956` ## Reproduction ### Project files ``` # pyproject.toml [build-system] requires = ["setuptools"] build-backend = "setuptools.build_meta" ``` ``` # setup.cfg [options] packages = find: install_requires=...

bug
compatibility

This results in an empty lock file and has caused some confusion: - https://github.com/astral-sh/uv/issues/1619 - https://github.com/astral-sh/uv/issues/1597 We can detect this case and warn.

good first issue
error messages

This is effectively a request to include download-related information available to PyPI when interacting with the index server, so that informtion can used to make ecosystem-wide decision (by querying said...

good first issue
internal

## Summary Closes #1922 When a timeout occurs, it hints to the user to configure the `UV_HTTP_TIMEOUT` env var. Before ``` error: Failed to download distributions Caused by: Failed to...

## Summary Like #1955, but for `pip sync`. Closes https://github.com/astral-sh/uv/issues/1957.

bug

`uv` does not correctly pick up new scripts in `project.scripts` when they changed. `project.scripts` are correctly synced when the venv is initially created and the initial sync is done. A...

bug