wxnnvs / AutoEagler

A tool to automaticly set up a localhost eaglerXbungee, aiming to provide an alternative to singleplayer
11 stars 13 forks source link

Python Not Found #5

Closed purplesgamestash closed 9 months ago

purplesgamestash commented 9 months ago

When trying to use AutoEagler with the latest version of python installed, it says "Python Not Found, please install Python 3 from https://python.org". python.exe is added to PATH, and Python is disabled under Manage app extension aliases.

OtterCodes101 commented 9 months ago

can you run the python interpreter in powershell?

purplesgamestash commented 9 months ago

no, it gives this error: Program 'python.exe' failed to run: The system cannot find the file specifiedAt line:1 char:1

OtterCodes101 commented 9 months ago

remove python from your PATH, and install it from the microsoft store instead

purplesgamestash commented 9 months ago

what is it called in PATH?

OtterCodes101 commented 9 months ago

how did you install python?

purplesgamestash commented 9 months ago

through python.org

purplesgamestash commented 9 months ago

and i checked the box "add python to PATH"

wxnnvs commented 9 months ago

and i checked the box "add python to PATH"

Delete python Reinstall python

If the issue persists, try installing from the ms store as @OtterCodes101 said

purplesgamestash commented 9 months ago

Fixed! Thanks