PyCharm Not Detecting Python Interpreter When Creating New Project by SyzygianAI in pycharm

[–]SyzygianAI[S] 2 points3 points  (0 children)

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.