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

Following #1523, standalone executables installed via `uv` seem to work fine on Windows locally. However, they still _don't_ seem to be working on Windows in the context of GitHub Actions....

bug
windows

In addition to [this](https://github.com/astral-sh/uv/issues/1399), there seem to be other extra names that don't match PEP. I tried installing `uv pip install huaweicloudsdkcore==3.1.56`, but got the following error ``` error: Failed...

bug

We currently have a number of binary files in a `tests/data` directory which account for 99.9% of the disk usage for a shallow clone (which I believe is already used?),...

enhancement
needs-design

## Summary If a constraint causes some requirement in a dependency to yield the empty set, we should avoid early termination. (I believe we do this right now because the...

bug

With the following files, `pip-compile` output includes the `ruff` dependency, `uv pip compile` does not: `pyproject.toml`: ```toml [project] name = "demo-project" version = "0.1" dynamic = ["dependencies"] [tool.setuptools.dynamic] dependencies =...

compatibility

pip-tools allows defining [default values for any command-line flag](https://pip-tools.readthedocs.io/en/stable/#configuration). I haven't found a way to do so for uv. I use it to avoid passing `--generate-hashes`.

enhancement
configuration

On Homebrew, virtual environments created by `uv venv` reference the Python installation under `Cellar` in their interpreter symlink and `pyvenv.cfg`, which has the full downstream version in its path. These...

bug
macos
great writeup
virtualenv

`uv` version: (0.1.4 @ fef1956) Platform: Ubuntu 20.04 Python version: 3.9.16 provided by `pyenv` ## Reproduction ``` $ python3 -m uv venv test_venv x Neither `python` nor `python3` are in...

bug
virtualenv

Hi, love your work on `uv` 👋! Opening a Draft PR early to check if there are any existing rust table formatting libs that I am unaware of (either already...

enhancement
cli

When a package depends on an editable-installed namespaced package, `uv pip install` fails saying that the already-installed package can't be found. Possibly related to string hygiene and converting `ns1.package1` to...

bug