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

### Summary I've got these two Python versions installed in different paths. One of them probably installed via uv. ``` uv python list cpython-3.12.9-macos-aarch64-none /opt/homebrew/bin/python3.12 -> ../Cellar/[email protected]/3.12.9/bin/python3.12 cpython-3.12.8-macos-aarch64-none /Users/me/Library/Application Support/uv/python/cpython-3.12.8-macos-aarch64-none/bin/python3.12...

question

### Question I have two packages, `jobs` and `glue`. `glue` depends on `jobs`. My goal is to create requirements.txt combining dependencies from both projects using main and `dev` dependencies. `uv...

question

### Question Note: I did see this issue https://github.com/astral-sh/uv/issues/12753 I'm in somewhat of an odd situation and looking for advice on how to handle this. I'm trying to write a...

question

### Summary First, thanks for uv, it is a great help for us. We used to use pip + virtualenv, and regularly ran into errors because a dev did not...

question

### Summary We proxy Pypi in Artifactory. Our UV config environment variables: ```   UV_CERT C:\Users\***\prog-ca-bundle.crt   UV_INDEX https://***:***@***.jfrog.io/artifactory/api/pypi/pgr-pypi   UV_TRUSTED_HOST progressive.jfrog.io   UV_PYTHON_INSTALL_MIRROR https://***:***@***.jfrog.io/artifactory/***-github/astral-sh/python-build-standalone/releases/download/   UV_INSTALLER_GITHUB_BASE_URL https://***.jfrog.io/artifactory/pgr-github   UV_GITHUB_TOKEN ***   UV_DEFAULT_INDEX https://***:***@***.jfrog.io/artifactory/api/pypi/pgr-pypi/simple ``` our PIP...

question

when running `uv sync --upgrade-package` with a package that is not present in the project's dependencies (or a transient dependency in the lockfile), uv should report an error ``` >...

bug

### Question Does uv support workspace packages nested inside other (non-root) workspace packages? Note: I'm not asking about nested workspaces. I'm asking about scenarios involving a single workspace. For reasons...

bug
needs-decision

From the [matplot lib issue tracker (comment)](https://github.com/matplotlib/matplotlib/issues/25944#issuecomment-1557105621), apparently: > python-build-standalone is not compatible with tkagg I am on Linux and it seems like tkagg is the default interactive backend (not...

compatibility
external

Users are not (yet) properly familiar with the concept of universal resolution and its implication that we need to resolve for all possible platforms and Python versions. Some projects only...

error messages