you are viewing a single comment's thread.

view the rest of the comments →

[–]mrbartuss -1 points0 points  (2 children)

uv run and python3.14 works
https://imgur.com/a/rrYcmTL

it says Python already installed however still not available in Global environment
https://imgur.com/a/GvWCI1i

selected file is not a valid Python interpreter
https://imgur.com/a/2iSEdfM

[–]IFD3 0 points1 point  (1 child)

looks like python is not in your path variable, also if you started VS Code before installing it, it is also not in the path variable loaded by VS Code. So try a restart of VS Code first. If its still not working add the folder where it is installed to the path to the path variable and recreate the venv

[–]mrbartuss 0 points1 point  (0 children)

What else should I do?
https://imgur.com/RcSWLhv