I was facing an error while creating my new project on PyCharm community edition 2019.1.3
Please find my error in the below screenshot.
I searched online for the answer, surprisingly nothing worked. So I resolved the issue by myself. Hence I though of posting this Q&A. You can find the answer below.
Even after I got this error, I simply pressed OK. However I was unable to run any program, because the IDE was telling me No interpreter found. Please find below image.
So I clicked on Configure Python interpreter
then, click on Project:yourProjectName >> Project Interpreter
Now we need to add the interpreter or IDE might have selected older Python version. So I clicked on +, and then again +.
Select the latest version, then click OK. Please find the below image.
After the selection of the latest version. Click Apply. Please find the below image:
After I clicked Apply, IDE automatically added the interpreter, and I am ready to CODE and run my programs :). Please find below final image.
If you have any questions please feel free to ask me here.