Zanie Blue

Results 2929 comments of Zanie Blue

I found the change I started with ```diff commit 55d61b8fab03bc520dd6ac0420f2d47d50269323 Author: Zanie Blue Date: Sat Oct 19 08:38:13 2024 -0500 Track the best incompatible ABI tag diff --git a/crates/uv-distribution-types/src/prioritized_distribution.rs b/crates/uv-distribution-types/src/prioritized_distribution.rs...

I believe `uv pip install --extra dev -r pyproject.toml` is the expected usage there. I see how this is confusing though, we can improve this.

Same problem - https://github.com/astral-sh/uv/issues/4762 - https://github.com/astral-sh/uv/issues/7845

Gahh... that's why we write tests. Thanks for trying it! Will investigate further.

Failing with > A compiler with support for C++17 language features is required See https://github.com/astral-sh/python-build-standalone/pull/354#issuecomment-2413003822 for suggested resolution

> FWIW I tried to add support for every architecture supported by Debian. https://cdimage.debian.org/debian-cd/current/ has the list from the current Debian version. This is very helpful context, thank you! >...

Some additional context on the state of MIPS in Debian at https://wiki.debian.org/MIPSPort > Through the Debian 10 ("buster") release, Debian currently provides [3 ports](https://www.debian.org/ports/mips), 'mips', 'mipsel', and 'mips64el'. The 'mips'...

Do you mean `UV_PYTHON_INSTALL_DIR` instead of `UV_INSTALL_DIR`? See also https://docs.astral.sh/uv/reference/storage/

> Are there any use-cases for copy-based venvs in systems like macOS, which implement the kind of code signing you mentioned? Just to share more context, people also want fully...

> ... but I recall seeing somewhere an argument that this is no longer a virtual environment, and what you want at that point is just another unpack of a...