Pycharm: "No Python interpreter configured for the project" everytime

21,652

Solution 1

One way you could try is: Run --> Edit Configurations --> set your interpreter there. That "sticks" for me...

Solution 2

If you are opening individual files then try setting the default settings.

File > Default Settings > Project Interpreter.

I think when you are opening individual files you are not loading the project. This sets a default interpreter so opening a file without loading the project should give it this interpreter.

If this doesn't work then open pycharm normally and select the project that you are working on.

Share:
21,652

Related videos on Youtube

Weizen
Author by

Weizen

Updated on July 31, 2022

Comments

  • Weizen
    Weizen almost 2 years

    Every time i open Pycharm i get this message: No Python interpreter configured for the project. So i set the interpreter, everything works fine, then i close Pycharm and reopen it, and the message pops again.

    Reinstalled Python and Pycharm didn't fix the problem. Anyone has got any hints? Thank you

    • Weizen
      Weizen over 6 years
      I am opening individual files, yes. I tried the jetbrains link without any luck