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

uv pip compile ``` (test-7) ➜ tools-3 git:(master) ✗ uv pip compile --index-url https:///artifactory/api/pypi/virtual-pypi/simple --no-cache --no-deps

When plaing with tox integration I got two bug reports that suggest that uv is not properly interpreting absolute windows paths. When try locally ``` uv pip install napari@C:\Users\Grzegorz\Documents\Projects\napari\dist\napari-0.5.0a2.dev542+g9ad565f7.tar.gz ⠙...

bug
windows

Steps to reproduce 1. Install package A in editable mode 2. Install package B that relay on package A in editable mode Expected result: Packages A and B has been...

bug

I'm installing `alembic` using this command and end up with an executable without permissions

question
needs-mre

On an internet connection with slow downloads a `uv pip install` often seems to lead to a timeout. Here is an example error message: ``` 20.82 Resolved 163 packages in...

configuration

Hi, I think this package could benefit greatly by improving the handling of virtual environments. There are already a great simple solution available, called [venvlink](https://github.com/fohrloop/venvlink). It also has automatic venv...

question

I'm curious if replacing `pypa/build` is something being considered. It would be a good idea, I think, to avoid implementing `pip wheel`, and instead focus on build. I think most...

enhancement
projects

This is a request to support using alternative index urls - not just via the `--index-url` option - but also via the related pip environment variables - `PIP_INDEX_URL` - `PIP_TRUSTED_HOST`...

compatibility

`pip install` has the `trusted-host` flag: ``` --trusted-host Mark this host or host:port pair as trusted, even though it does not have valid or any HTTPS. ``` Seems like a...

enhancement
help wanted
network

For users of [AWS CodeArtifact](https://aws.amazon.com/codeartifact/) and other similar services, we need a way for users to provide and persist authentication credentials that lives outside of the project. You can see...

enhancement