uv icon indicating copy to clipboard operation
uv copied to clipboard

An extremely fast Python package and project manager, written in Rust.

Results 1088 uv issues
Sort by recently updated
recently updated
newest added

if I have this requirements.in ``` virtualenv ``` and this requirements.txt ``` distlib==0.3.8 # via virtualenv filelock==3.8.0 # via virtualenv platformdirs==2.6.2 # via virtualenv virtualenv==20.16.5 ``` then `pip-compile requirements.in` and...

bug
resolver
great writeup

ref: https://github.com/pypa/pip/issues/11440#issuecomment-1615211774 In our CI, we often need to install build-dependencies for a project, without installing the project itself. At the moment, there is no easy way of telling pip...

enhancement

```console $ git clone https://github.com/twisted/twisted . Cloning into '.'... remote: Enumerating objects: 268072, done. remote: Counting objects: 100% (204/204), done. remote: Compressing objects: 100% (136/136), done. remote: Total 268072 (delta...

bug
compatibility

Closes #1408 I couldn't come up with a good way to add a test for this since all the test macros seem to have a virtual environment active. I'm happy...

We should support configuration via a file, but what this looks like exactly is not yet determined.

enhancement
configuration

This obviously works on pip + pip-tools which we use. Our relevant `base.in`: ``` # other dependencies # see https://github.com/onelogin/python3-saml/issues/292 and # https://bugs.launchpad.net/lxml/+bug/1960668 -> we can avoid this by compiling...

enhancement
compatibility

Reproduce: ```bash python -m venv venv # Python 3.10 source venv/bin/activate uv pip install fasttext==0.9.2 ``` Error: ``` error: Failed to download and build: fasttext==0.9.2 Caused by: Failed to build:...

bug

pip supports obtaining credentials for authentication from `.netrc` files. This allows to keep `pip.conf`, `--index-url` and `--find-links` free of credentials and instead store them in a central place in `~/.netrc`....

index
configuration

- Windows 22H2 - Using PowerShell env (in either Windows Terminal or powershell.exe, non-elevated) When using `uv pip install -r requirements.txt`, I will frequently get the following error: ``` error:...

bug
windows

It was reported that a locally-built Python with `3.11.4+` errors out in our version parser: https://gist.github.com/jsbueno/be1797cfe654c69245ddbea78e0360ff

bug