uv icon indicating copy to clipboard operation
uv copied to clipboard

No interpreter found for path `C:/Users/USERNAME/miniforge3/envs/my-custom-env/python` in managed installations, system path, or `py` launcher

Open kdheepak opened this issue 5 months ago • 3 comments

I'm unable to run uv sync --python=$(which python) on Windows. I'm getting the following error:

$ conda env create -n my-custom-env python=3
$ conda activate my-custom-env
$ conda install uv
$ uv init --lib
$ uv sync --python=$(which python)
error: No interpreter found for path `C:/Users/USERNAME/miniforge3/envs/my-custom-env/python` in managed installations, system path, or `py` launcher

This works fine on MacOS by creating a symlink.

$ uv --version
uv 0.4.15

kdheepak avatar Sep 22 '24 14:09 kdheepak