uv
uv copied to clipboard
An extremely fast Python package and project manager, written in Rust.
Hi, Currently, in workspace mode uv will install a virtual environment and will create a global lock file in the project root. Please allow to have a separate .venv and...
### Summary When uv fails with an internal error, people will re-run it with `--verbose` but can accidentally provide `--verbose` to the subcommand instead. We should hint in this situation...
### Summary Currently, we will exit if the directory is on the `PATH` at all https://github.com/astral-sh/uv/blob/d5257202662773b6794b1b2de6c490dd1404d7b5/crates/uv/src/commands/python/update_shell.rs#L45-L52 but this does not allow updating the SHELL in the case where the directory...
### Summary In a fresh venv from `uv venv`. ``` $ uv pip install cudaq Resolved 1 package in 2ms Installed 1 package in 1ms + cudaq==0.10.0 # missing all...
### Summary # UV Python SIGKILL Issue on macOS **Related to:** #16297 (same symptoms, but root cause now identified) --- ## Summary UV-managed Python interpreters are killed with SIGKILL (exit...
When a process is running and another calls `uv cache clean` or `uv cache prune` we currently deadlock - sometimes until the CI timeout (https://github.com/astral-sh/setup-uv/issues/588). To avoid this, we add...
Resolves https://github.com/astral-sh/uv/issues/16435 This first pass extends the build backend to parse, validate, and emit `project.import-names` / `project.import-namespaces`, including the new error cases and prefix checks (outlined in the [PEP 794](https://peps.python.org/pep-0794/)...
## Summary SSL errors should not be retryable from the cached on non cached client: https://github.com/astral-sh/uv/issues/16235 ## Test Plan Unsure on if its possible/how to simulate an SSL certificate failure...
### Question In the first example, it got stuck, which illustrated this problem. The second example also got stuck quickly. This time, instead of canceling, it took 5 minutes before...
After a small period of joy, again today I'm experiencing problems in using the uv pip install. Whether using the `--native-tls` or setting the `SSL_CERT_FILE`, both the approach resolve in...