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

1. create a venv and install `uv` in it. 2. make sure you don't have python on the PATH. 3. cd parent-dir to prevent `.venv` detection ```shell C:\Users\User\Desktop> uvtest\.venv\Scripts\python -m...

compatibility

If you have both CPython and PyPy installed, it seems like `uv` can find the wrong one when you ask for `-p python3.7` (up to 3.10, since that's the highest...

bug
pypy

## Summary Powered by Axo: https://github.com/axodotdev/axoupdater. Closes https://github.com/astral-sh/uv/issues/1591. ## Test Plan To test locally: - `rm -f ~/.config/uv/uv-receipt.json /Users/crmarsh/.cargo/bin/uv` - `curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.1.14/uv-installer.sh | sh` - `cargo...

do-not-merge

Something missing from pip is the ability to do `upgrade --all` like conda can do `update --all` in an environment. Wrappers around pip that do this are oftentimes slow because...

enhancement
needs-design
uv pip

We are hosting our own pypi repo using Azure Artifacts. When compiling a larger requirements file ~ 500 reqs, `uv` chokes at different points when trying to download wheels ```...

compatibility
registry

`uv` version 0.1.16 hangs indefinitely on certain installs for me when using `--index-url` to install from JFrog Artifactory. I am not able to get this to happen when installing from...

registry
needs-mre

I don't know that an issue is the right home for this, but I want to track the packages we _know_ can't be installed under PEP 517 when build isolation...

documentation

Input: ```sh python3.9 -m uv venv venv ``` Output: ```sh Using Python 3.7.17 interpreter at: /usr/bin/python3 Creating virtualenv at: venv Activate with: source venv/bin/activate ```

needs-decision

`virtualenv` has a nice setup for this: https://github.com/pypa/virtualenv/blob/main/.github/workflows/check.yml.

help wanted
internal

c:\>pip install uv Defaulting to user installation because normal site-packages is not writeable Collecting uv Using cached uv-0.1.15-py3-none-win_amd64.whl.metadata (21 kB) Using cached uv-0.1.15-py3-none-win_amd64.whl (8.3 MB) Installing collected packages: uv Successfully...

question