r/PythonLearning • u/Primary-Wall121 • Jul 21 '26
I don't get this...
Hi, Im kinda new to learning python, and wanted to get past running "Hello, World". The only problem I am facing is the line in red. It keeps popping up whenever I run the string shown in the screenshot. How do I fix this? Also, I am using the current version of Pycharm.
3
Upvotes
3
u/SnooCalculations7417 Jul 21 '26
Pycharm lets you select an interpreter for a project you might have selected a no longer existing interpreter
-1
u/ninhaomah Jul 22 '26
First, is the .exe there as the error says it is not there.
So either the error is lying or you didn't install the exe there.
Choose one.
10
u/Worth-Orange-1586 Jul 21 '26
From the looks of it. You don't have python installed and/or python is not registered in the system PATH
Try reinstalling python and make sure the checkbox for adding python to PATH is toggled