uv/crates/uv-python
Charlie Marsh f862457f05
Avoid debug error for uv run with unknown Python version (#4913)
## Summary

Closes https://github.com/astral-sh/uv/issues/4848.

## Test Plan

```
> cargo run -- run -vv --preview --isolated --python 3.12.4 python -V
error: No interpreter found for Python 3.12.4 in virtual environments or managed installations or system path
```
2024-07-09 05:29:55 +00:00
..
python Change "toolchain" to "python" (#4735) 2024-07-03 07:44:29 -05:00
src Avoid debug error for uv run with unknown Python version (#4913) 2024-07-09 05:29:55 +00:00
Cargo.toml Add progress bar when downloading python (#4840) 2024-07-07 20:01:35 +00:00
download-metadata.json Use install_only python archive (#4843) 2024-07-06 21:43:55 -05:00
fetch-download-metadata.py Use install_only python archive (#4843) 2024-07-06 21:43:55 -05:00
template-download-metadata.py Change "toolchain" to "python" (#4735) 2024-07-03 07:44:29 -05:00