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

`pip install -C` (or `--config-settings`) allows one to pass config settings to the build backend. From the pip `--help`: ``` -C, --config-settings Configuration settings to be passed to the PEP...

enhancement
help wanted
compatibility

vs code cannot help installing packages as it used to example: - `uv venv` - create a python notebook `dummy.ipynb` (use the newly created .venv) - run any cell vscode...

question

See: https://github.com/astral-sh/uv/pull/1590.

internal

Hello there, I have been looking forward to improved package management for python, and am excited by the uv announcement. I have also been following with interest the developments made...

question

## Summary - Add prompts for users to activate the `.venv` after it has been created. - Closes [https://github.com/astral-sh/uv/issues/1326](https://github.com/astral-sh/uv/issues/1326) If the platform os matches `Os::Windows` then we provide the following...

## Summary Adds Pixi as one of the tool benchmarked against uv. - Pixi can generate multi-platform lock files. here, lock-files are limited to the platform the benchmark is executed...

documentation
performance

## Summary non-existant -> non-existent

This is for Linux Python 3.11.6 with uv 0.1.3: ``` $ echo "apache-airflow[all]" | uv pip compile - .... Collecting apache-beam==2.2.0 Downloading apache-beam-2.2.0.zip (945 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 945.2/945.2 kB 3.7 MB/s...

resolver

If for example you run `echo "celery[redis]" | uv pip compile -` then the `redis` extra is correctly picked up and the extra requirements added to the output. However, the...

needs-decision

I think #1143 was only about parsing it from an existing input file. Running `pip-compile` will add this flag (and probably others) to the generated output. While testing `uv`, I...

compatibility