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

Originally discussed in https://github.com/astral-sh/uv/issues/1331 The idea here is that `pip` is confusing to users who also use `pip`. We could rename `uv pip` e.g. `uvp` or `uv pkg` and make...

enhancement

Using uv 0.1.3, when trying to install pydantic

bug
resolver

Resolve #1630 `PyProjectToml` doesn't seem to have a`tool` field, so instead of checking it, I check if `build-system.requires` has `poetry`. https://github.com/astral-sh/uv/blob/c04f597fae7a04be6124d91a9b77f211941f3cd6/crates/uv-build/src/lib.rs#L176-L184

Let's say I have a project with the following dependencies, and installed the package using: ```console cat pyproject.toml uv pip install -e "." ``` ```toml # pyproject.toml [project] name =...

bug

I saw a few other issues tagged with **question**, so I thought it could be OK so a ask one like this. I have a codebase with some dependencies and...

question

Follow on from https://github.com/astral-sh/uv/issues/1646#issuecomment-1951356710. It would be useful to add something like `pip cache info`, because we will end up with large pip and uv caches on some systems: ```console...

enhancement
cache

A downside of the "pip-tools style" interface is that there is no way to automatically generate a compatible pyproject.toml with the necessary fields. For those using the modern pyproject.toml format,...

enhancement
project-management

Hello! Very excited for this project ❤️ Installing a package from a private azure package index (Azure Artifacts) seems to be failing with a `HTTP status client error (405 Method...

bug
registry

Currently uv version0.1.4 does not support tab-completions out of the box: ``` uv # does nothing ```` It would be nice to generate a shell-specific completions-file: ``` uv --completions bash...

enhancement
help wanted

I ran: ``` uv pip install ruff # installs the latest version > uv pip install --resolution=lowest ruff Audited 1 package in 0ms ``` I expected that this would install...

documentation