Python – PyCharm Python interpreter error “No python at ‘C:\Program Files\Python38\python.exe’

pycharmpython

I'm using python 3.8.2. In pycharm i setup my python interpreter for my project to virtual environment and system interpreter set to C:/Python38/python.exe (where's actually my python and not C:\Program Files\Python38\python.exe)

I get error when running my file "No Python at 'C:\Program Files\Python38\python.exe'"

Project Interpreter settings screenshot

Best Answer

In the File -> Settings of the pycharm check if the python interpreter is setup correctly:

enter image description here