Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings

Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings

  1. Check your Python version and be sure it is installed on your machine

  2. Check the path environment variable

  3. Go to -> start and type Manage App Execution Aliases. Go to it and turn off Python

I have the same issue. I fixed this issue by using the below method.

  1. Copy two paths of Python

    C:UsersManinderAppDataLocalProgramsPythonPython39
    C:UsersManinderAppDataLocalProgramsPythonPython39Scripts

    These are the paths where your Python interpreter is installed. Now add this path into your environmental
    variable. Put this path into System variable, not in user variable. I was using user variable, so I was facing the issue.

    Enter

Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings

I have a solution for you. Make sure you check the path mark during installation. Then you need to go to Manage App Execution Aliases.

Simply go to your search bar and search for Manage App Execution Aliases. You will find the attached screen and you need to turn off App Installers as you see on the screen. Also, see the path,,, follow Maninders answer.

Enter

Then you are good to go! 🙂

Leave a Reply

Your email address will not be published. Required fields are marked *