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

In a message like ``` ❯ echo "numpy>2" | uv pip compile -p 3.8 - × No solution found when resolving dependencies: ╰─▶ Because the requested Python version (>=3.8.0) does...

It makes more sense to say "cannot be used" rather than "is incompatible" when the term is a single package

error messages

Part of https://github.com/astral-sh/uv/issues/9886 Technically could affect other redundant clauses, but that does not appear to be the case in practice.

error messages

Closes https://github.com/astral-sh/uv/issues/9958

error messages

For example, `uv venv` will happily clear the current virtual environment. This is most notably an issue when `uv` is installed in that environment.

bug
windows

Hi, I may be doing something wrong here but i was expecting this to work. (build sdist with uv backend, then install it with pip) ``` $ cat pyproject.toml [project]...

bug
preview

We were not copying the license file from a pre-PEP 639 declaration to the source distribution. Fixes #9947

bug

Is it possible (maybe add it as future improvement) to add an option to generate an `uv.lock` file which won't include the Development dependencies? Something similar to the `--no-dev` option,...

question

Hi, excited to try out the new build backend and happened to be looking at scripts data: ``` $ cat pyproject.toml [project] name = "test-uv-build-backend" version = "0.1.0" description =...

bug

it not work how ever put it in package or project it still not work - dep: alembic sqlachemy - project type:( monorepo )