How to resolve Python not found; run without arguments to install from the Microsoft Store?
I am using windows 10 and I had to work on a web scraping project. I got this issue when I run the script on VS code terminal to get scrapped data.
I got this message in terminal. “Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings > Manage App Execution Aliases.”
To resolve this, I searched ‘Manage App Execution Aliases’ in windows search field.
And click on “Manage App Execution Aliases” system settings. In next window, you will find “App Installer” with python.exe which version installed on your system, as shown in following image. Just make all these python installers Off.
Now check on python version in terminal or command prompt. This should work and will show you python version.