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

It's common to not use virtual environments in containers, e.g. see discussion around PEP 704. I don't mind the default being to prevent installation into a base environment, but it...

enhancement

Hello! I am testing out `uv` with a package called [openeye-toolkits](https://docs.eyesopen.com/toolkits/python/quickstart-python/linuxosx_virtualenv.html), which is not hosted on PyPI but on another (public) package index. If the index is provided as `--index-url`...

I've noticed that when installing packages that contain type hints, those hints don't get installed. For example take https://github.com/hynek/svcs If I install the dev dependencies using `uv pip install --reinstall...

resolver
great writeup

Big fan of `ruff` and just checking out `uv` from the twitter announcement. Thanks a lot for creating this and improving the python ecosystem. Looks like constraints using `--constraint` flag...

enhancement

Hi! Thanks for making uv! I just upgraded to `uv` 0.1.3 from 0.1.2 and wanted to upgrade pytest (from 8.0.0 to 8.0.1), so I ran `uv pip install -U pytest`,...

bug
cache

Similar idea to #1356 Attempting to reproduce https://github.com/astral-sh/uv/issues/1521#issuecomment-1949299848

testing

If you add `iniconfig` as a top-level requirement in `compile_editable_url_requirement`, we end up choosing `iniconfig` from the registry rather than the URL dep. The issue is that we need to...

bug

I installed Python using pyenv-win but puffin can't find it (because it's not in the PATH). Running python from the command line works as expected and starship recognises it correctly...

bug
windows

regular command followed up by successful pip install ``` uv pip install pysha3==1.0.2 Resolved 1 package in 24ms error: Failed to download distributions Caused by: Failed to fetch wheel: pysha3==1.0.2...

needs-mre

`uv pip install` does not support the flag `--user`. The help for `pip install --user` is as follows:- ``` --user Install to the Python user install directory for your platform....

enhancement
compatibility