uv
uv copied to clipboard
An extremely fast Python package and project manager, written in Rust.
This makes the test path on windows where developer mode is not enabled.
Hi, I found a situation where uv is significantly slower than pip: installing from a large git repo. Reproducer: `uv -v pip install "odoo @ git+https://github.com/odoo/[email protected]"` (warning: this requires ~6GB...
I'm passing an extra index URL, but uv seems to only find package versions from PyPI.org. Here is a reproduction: ```bash # Create an experimentation directory. mkdir repro-uv-extra-urls cd repro-uv-extra-urls...
First of all, thank you for this awesome tool, its potential is enormous. 😄 Platform: Ubuntu + MacOs uv version: 0.1.6 I guess this issue is related with https://github.com/astral-sh/uv/issues/1603, but...
(Version: uv 0.1.9) It would be nice if `uv pip compile` had a `--no-upgrade` flag to reverse `--upgrade`. In my projects' nox configurations, we have something like ``` python @nox.session(name="pip-compile")...
e.g. ``` ❯ uv pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118 × No solution found when resolving dependencies: ╰─▶ Because only the following versions of torch are available: torch==0.1 torch==0.1.6.post17...
Thanks for the great project! First time using uv, trying out my typical first install in a fresh conda environment. The same command nominally works with pip. ``` conda create...
e.g. via `UV_EXTRA_INDEX_URL` or `--extra-index-url` if you pass `https://foo/ https://bar` we will treat this as a single URL but it should be split into two. It's unclear if space separated...
All commands that connect to the internet are failing when trying to load the local CAFILE. I do have some private certs installed, so it may be related. Command: `uv...