Closed
Description
I installed the python 3.11 using uv and pined it the directory and run uv init and got this issue
uv init
error: No interpreter found for PyPy 3.11.10 in virtual environments, managed installations, or search path
uv init --verbose
DEBUG uv 0.5.0
DEBUG Reading Python requests from version file at `/home/lokesh/Documents/0-lab/ox-ai/x-act/.python-version`
DEBUG Searching for PyPy 3.11.10 in virtual environments, managed installations, or search path
DEBUG Searching for managed installations at `/home/lokesh/.local/share/uv/python`
DEBUG Skipping incompatible managed installation `cpython-3.13.0-linux-x86_64-gnu`
DEBUG Found managed installation `cpython-3.11.10-linux-x86_64-gnu`
DEBUG Found `cpython-3.11.10-linux-x86_64-gnu` at `/home/lokesh/.local/share/uv/python/cpython-3.11.10-linux-x86_64-gnu/bin/python3.11` (managed installations)
DEBUG Found `cpython-3.12.6-linux-x86_64-gnu` at `/usr/bin/python` (search path)
DEBUG Skipping interpreter at `/usr/bin/python` from search path: does not satisfy request `3.11.10`
DEBUG Found `cpython-3.12.6-linux-x86_64-gnu` at `/usr/bin/python3` (search path)
DEBUG Skipping interpreter at `/usr/bin/python3` from search path: does not satisfy request `3.11.10`
DEBUG Found `cpython-3.12.6-linux-x86_64-gnu` at `/bin/python` (search path)
DEBUG Skipping interpreter at `/bin/python` from search path: does not satisfy request `3.11.10`
DEBUG Found `cpython-3.12.6-linux-x86_64-gnu` at `/bin/python3` (search path)
DEBUG Skipping interpreter at `/bin/python3` from search path: does not satisfy request `3.11.10`
DEBUG Requested Python not found, checking for available download...
DEBUG Acquired lock for `/home/lokesh/.local/share/uv/python`
DEBUG Released lock at `/home/lokesh/.local/share/uv/python/.lock`
error: No interpreter found for PyPy 3.11.10 in virtual environments, managed installations, or search path