uv icon indicating copy to clipboard operation
uv copied to clipboard

An extremely fast Python package and project manager, written in Rust.

Results 1851 uv issues
Sort by recently updated
recently updated
newest added

In a Windows 10 CMD shell, I do this: `uv python list` and I get a list of Pythons available to me. Some are listed twice, due to differences in...

bug
good first issue

I can't find in the documentation whether I can use `argcomplete` to get bash/zsh autocompletion when running `uv run myscript.py`. This issue is two things: * A documentation bug report...

question

Hi UV devs! Is it possible to make uv call some external tool before it attempts to build a package from source? Essentially, I'm looking for a way to pass...

question
security
rustlib

Thx again for the tool. I think having uv-managed python is very convenient, and I'd be happy to have this level of control which is less independent on OS, and...

performance

I'm trying to add the [tiktoken](https://github.com/openai/tiktoken) source code as a package in my `uv` workspace. It's available through pip, but I need to make some local modifications. The core of...

Is this correct behavior? Info: - MacOS - uv 0.5.0 - python 3.9.18 ![Screenshot 2024-11-11 at 13 07 34](https://github.com/user-attachments/assets/26eb86fe-7ad0-4f8d-b808-7c6dd83ea960)

bug

Hi 👋🏻 When working on node based project there's [pnpm](https://pnpm.io/) package manager that allows patching third-party packages installed in node_modules if we want to fix something for all the contributors...

question

### Summary I'm trying to use `uv sync` from a `uv.lock` file in an open-source repo on my Mac (Apple M3 pro), but get the following error when installing torch...

bug

## Summary Resolves #11990 - Updates a couple discovery-related functions to accept a directory argument, used as the root directory when searching for a virtual environment - Updates `uv python...

This includes some initial work on adding Pyodide support (issue #12729). It is enough to get ``` uv pip compile -p /path/to/pyodide --extra-index-url file:/path/to/simple-index ``` to work which should already...

enhancement