Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

uv not found #5332

Closed
kiran-4444 opened this issue Feb 19, 2025 · 1 comment
Closed

uv not found #5332

kiran-4444 opened this issue Feb 19, 2025 · 1 comment

Comments

@kiran-4444
Copy link

kiran-4444 commented Feb 19, 2025

When trying to run a python script, I'm getting this error:

    "error": {
        "name": "ExecutionErr",
        "message": "error during execution of the script:\npip compile failed: Internal: Executable uv not found on worker. PATH: /home/luna/.deno/bin:/home/luna/.nvm/versions/node/v22.13.1/bin:/home/luna/.local/bin:/home/luna/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/luna/.config/Code/User/globalStorage/github.copilot-chat/debugCommand @common.rs:945:16"
    }
}

I have uv installed locally. How to fix this?

@rubenfiszel
Copy link
Contributor

uv needs to be callable directly and so PATH must be set correctly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants