Closed
Description
See reproducible at https://github.com/gaborbernat/ruff-find-bin-during-pip-build/actions/runs/10802198412/job/29963805989
With code gaborbernat/ruff-find-bin-during-pip-build@fd532e8
In this case, the host Python is the installer Python, but the expectation is to find it in the pip isolated environment
cc @pradyunsg I am not sure if this is a pip bug or a uv bug... but the binary gets discovered correctly when installing with uv, but discovers in host Python when using pip.
cc @charliermarsh I believe this is also a bug for uv itself for find_uv_bin...