uv
uv copied to clipboard
An extremely fast Python package and project manager, written in Rust.
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...
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...
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...
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...
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 
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...
### 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...
## 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...