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

Thanks for `uv`, it's very impressive! :) Our build system creates and manages a virtual environment that's used for later parts of the build, and to host editably-installed packages that...

question

Uses `--find-links` to discover vendored scenario build dependencies and allows us to use `--index-url` instead of `--extra-index-url` to avoid hitting the real PyPI in scenario tests.

testing

Hi! This seems like a really cool project that could end up being a really nice replacement for pip :) One thing I'd personally really like to see in this...

enhancement

For registries that support range requests, we grab the wheel metadata using range requests, which is much faster than downloading the wheel. For registries that don’t, we fall back to...

enhancement
registry

Scripts\activate.nu:95:1] 95 │ export alias pydoc = python -m pydoc 96 │ export alias deactivate = overlay hide activate · ───┬─── · ╰── not allowed in pipeline ╰──── help: 'overlay'...

bug
virtualenv

on Alma Linux 9.2, using uv 0.1.3 python3.x all installed via pyenv ``` > venv foo -p 3.8 --seed Using Python 3.8.18 interpreter at /opt/tools/pyenv/var/repo/versions/3.8.18/bin/python3.8 Creating virtualenv at: foo +...

bug
virtualenv

Contributors will need to update their bootstrapped versions

internal
testing

Originally posted by @batazor in https://github.com/astral-sh/uv/issues/1374#issuecomment-1949465565

documentation

If you use `--seed` on a Python 3.12 venv, you still get setuptools and wheel, while both virutalenv and venv have dropped them if using Python 3.12 or newer. This...

good first issue
performance
compatibility

## Summary * Add `--prompt` option to `venv` * `--prompt .` (default) uses current directory name Fixes #1445 ## Test Plan This is my first Rust code and I don't...

enhancement