Debug Problem (Pycharm)

It's day 1 of me coding i really don't have any idea about Python or how does pycharm works i watched a video tutorial to get a little help but im stuck with debug when i tap on the top right debug tool it says :

Python was not found but can be installed from the Microsoft Store: https://go.microsoft.com/fwlink?linkID=2082640
Process finished with exit code 9009

Is there any way to fix this without downloading the windows store version cause i  can't download any thing from there.

0

The python.exe you are using isn't a real Python executable. It's just a link to Microsoft Store to download it from there.

If you can't download it from the store, download it from the official website https://www.python.org/

Once you install it, configure it in PyCharm https://www.jetbrains.com/help/pycharm/configuring-python-interpreter.html#add_new_project_interpreter

0

请先登录再写评论。