uv
uv copied to clipboard
An extremely fast Python package and project manager, written in Rust.
Uninstalling uv feels a bit hacky. Two suggested improvements: 1. An official uninstallation script (similar to the standalone installer), or `uv self uninstall`. 2. If neither are realistic, improve the...
Currently, when using `UV_INDEX` and AWS CodeArtifact, a `[[tool.uv.index]]` section is automatically added in `pyproject.toml` (e.g. when calling `uv add pandas`) with the URL that includes the token, which mean...
### System Info `OS`: Windows 10 22H2 `Terminal`: PowerShell Core 7.4.6 `uv`: 0.5.8 ### The Problem After installing `uv` with the [standalone installer](https://docs.astral.sh/uv/getting-started/installation/): ``` > powershell -ExecutionPolicy ByPass -c "irm...
It would be nice to be able to support adding specific extras as dev dependencies.. For example, a project that is migrating to `uv` may have optional dependency groups that...
I have a package that uses torch as dependency as builds custom Cuda extensions. Therefore, I need torch as a build requirement. However, for the build to work, the Cuda...
The `tool.uv.pip` configuration section allows setting `all-extras = true` which affects all subcommands in the `uv pip` namespace. Is it possible to add the same configuration for the `[tool.uv]` table?...
Attempted to improve the experience in https://github.com/astral-sh/uv/issues/9830 by dimming the key as well as the `` bit
I am unable to get [uvx](https://docs.astral.sh/uv/guides/tools/#running-tools) working with [textual-paint ](https://github.com/1j01/textual-paint). I first tried `uvx --python 3.9 textual-paint`: ``` $ uvx --python 3.9 textual-paint Installed 19 packages in 13ms Traceback (most...
In short, similar to the `--log` option of pip: ``` --log Path to a verbose appending log. ``` Related: - `UV_LOG_FILE` is mentioned in https://github.com/astral-sh/uv/issues/8351 so maybe Astral folks have...
Hey, don't know if this is the right place, but my company recently installed Crowdstrike (yeah, that one) and it is now messing with me after switching to awesome UV....