uv
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
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