uv/crates/uv-python
Zanie Blue 00e888098f
Skip interpreters that are not found on query (#15315)
Closes https://github.com/astral-sh/uv/issues/12155

We already throw this error earlier if we cannot find the interpreter
c318e8860e/crates/uv-python/src/interpreter.rs (L1039)

Why the pyenv-win shim _exists_ but fails to run with a not found error
is beyond me. I think I'll take the incremental improvement here by just
ignoring it. We can try to support their shims later?

#15317 confirms the fix.
2025-08-18 10:42:48 -05:00
..
python Include all site packages directories in ephemeral environment overlays (#15121) 2025-08-08 13:49:21 -05:00
src Skip interpreters that are not found on query (#15315) 2025-08-18 10:42:48 -05:00
.gitignore minify and filter embed managed pythons json on compile time (#12967) 2025-04-30 15:51:03 -04:00
build.rs Only rebuild download JSON on change (#13261) 2025-05-02 07:49:34 -05:00
Cargo.toml Split platform detection code into a dedicated uv-platform crate (#14918) 2025-07-28 14:12:04 -05:00
download-metadata.json Add Python 3.14.0rc2 (#15285) 2025-08-14 13:18:36 -05:00
fetch-download-metadata.py Add support for installing pyodide Pythons (#14518) 2025-08-13 11:03:25 -05:00