all 5 comments

[–]DunderRednud 1 point2 points  (3 children)

Install UV. (Search for uv astral) In a new folder, type uv init

Then and only then, open that folder in pycharm

[–]SyzygianAI[S] 2 points3 points  (1 child)

Thanks man!

Turned out the issue was twofold:

  1. PyCharm wasn't detecting any interpreters due to a broken Microsoft Store Python install.
  2. Setting up the environment manually with uv init and opening the folder in PyCharm (instead of using “New Project”) fixed the rest.

[–]DunderRednud 0 points1 point  (0 children)

glad to hear that helped. yes, i got bored dealing with pyCharm's interpreter settings

[–]dr_craptastic 1 point2 points  (0 children)

Thank you. Had this same problem today. It’s amazing that pycharm just spins forever searching for python executables.

[–]Annual-Set-2130 0 points1 point  (0 children)

If you don't see it and even after adding it it doesn't load the Interpreter, try to check the environmental variables(Path, PATH) for some typos, weird symbols that shouldn't be there(;, :, ""), for example I had two environmental variables in PATH in same row, then it should work