Run configuration


why does this appear when i press run in pycharm

If you’ve just installed PyCharm and haven’t set up a Python interpreter, you may encounter this error. You have to go to PyCharm > Preferences >Your project’s name > Python Interpreter, then click the gear icon and select ‘add’. * Choose “System Interpreter” if you want to use the Python version already installed on your system. If you don’t yet have one installed you can install python from the official website.

1 Like