Output gives error that "python is not found" but it is installed in Extensions

Including the screenshot. I followed everything from section 1 and have installed the extensions but when I run the code it tells me that “python not found”. Not sure what could be the problem

I had this problem also
I think you need to change the python settings for code-runner.
search for
code-runner in settings → executerMap
edit in settings.json → then change python -u to python3
that worked for me. Hope it helps

1 Like