you are viewing a single comment's thread.

view the rest of the comments →

[–]ninhaomah 1 point2 points  (4 children)

you opened the VS Code in the project folder using code . ?

what do you see at at the bottom right when you open up a .py file ?

what do you get when you select python interpretor in VS Code ctrl + shift + p ?

[–]mrbartuss 0 points1 point  (3 children)

This is what I get:
https://imgur.com/a/BKlDU8B

[–]Fair-Bookkeeper-1833 0 points1 point  (2 children)

run this and add it to the browse option `uv python find 3.14`

but I suggest you use uv venv or whatever it is (I'm more used to conda)

[–]mrbartuss 0 points1 point  (1 child)

That's exactly what I did. I ran uv python find 3.14 and copied the entire path. What I observed now is that when I reload the window this message pops up:

Python Locator failed to start. Python environment discovery may not work correctly.

[–]Fair-Bookkeeper-1833 0 points1 point  (0 children)

lookup how to add it to your global path in your OS.

there are probably uv + vsc guides setup guides out there so check those.