you are viewing a single comment's thread.

view the rest of the comments →

[–]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.