BUG? No interpreter found in search path
#10711
Labels
needs-mre
Needs more information for reproduction
No interpreter found in search path
#10711
Problem
It is unclear to me, why
uv venv
does not find Python 3.12 in the system path. Discover of Python version claims its will look in PATH. Anduv python find
does find it.$ uv venv × No interpreter found in search path
But it should work..
Here is what other commands find:
(yes, i'm using nixOS)
Context
My config is
uv version is: 0.5.18
Workaround
This works however
uv venv --python $(which python)
The text was updated successfully, but these errors were encountered: