Error : Project Interpreter missing in Pycharm
I was trying to compile a pyhton program but found missing interpreter issue during the environment set for program execution. While creating a new project it's required to have an interpreter but in my case it was missing because I missed python installation.
As per above screen shot I need one interpreter for my newly created python project. To fix this issue I just install python and select the default installed interpreter to continue my work.
I just select it from location
In this way you can select default interpreter based on your python configuration location.
Happy Learning!!!
As per above screen shot I need one interpreter for my newly created python project. To fix this issue I just install python and select the default installed interpreter to continue my work.
I just select it from location
In this way you can select default interpreter based on your python configuration location.
Happy Learning!!!
Comments
Post a Comment