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

I tried to install the CPU version of torch but could not. ```bash uv pip install torch==2.1.0+cpu --find-links https://download.pytorch.org/whl/torch_stable.html # and next command gives the same result. uv pip install...

bug

I've made a [repo](https://github.com/dycw/test-pip-tools-vs-uv) to demonstrate this, as it tests a few setups. From the `README`: ``` This repo demonstrates some difference with `pip-tools` and `uv` with respect to `pytest`,...

## What Adds a `--dry-run` flag that ejects out of the installation process early (but after resolution) and displays only what *would have* installed ## Closes Closes #1244 ## Out...

We should validate the hash of each individual file in the wheel against the hash recorded in `RECORD`. (This is distinct from the hash-checking mode described in https://github.com/astral-sh/puffin/issues/131 and https://github.com/astral-sh/puffin/issues/474.)

enhancement
wish
security

See https://pip.pypa.io/en/stable/topics/secure-installs/#hash-checking-mode - [x] #131 - [ ] Read hashes from `requirements.txt` format (https://pip.pypa.io/en/stable/reference/requirements-file-format/#per-requirement-options) - [ ] Compute the sha256 when downloading a distribution (both source dist and wheel), store...

enhancement
security

With fast internet and mainly small or cached packages, you barely even see the download spinner, but when e.g. trying to download torch on bad internet there is no indication...

enhancement
tracing

**Current behaviour**: subsequent runs of `uv venv` overwrite the existing virtual environment. **Suggested behaviour**: How about adding a prompt like "the virtual env is already created, confirm to recreate from...

virtualenv

Right now, as mentioned in #1567, we show a _lot_ of output in `-v`. We should have `-v` be more user friendly and use `-vv` and `-vvv` to dump more...

enhancement
tracing

Currently if you run `uv pip install -v` you get, more or less, a trace of all the operations `uv` does internally. When doing a `uv pip install 'package @...

enhancement
tracing

We are trying to implement UV in our pip line bot we are getting this error for one of out libraries: ``` error: Failed to build editables Caused by: Failed...