Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running ./HTML5Setup.sh on windows/mingw64 not working because of missing python3 #152

Open
richard-ioi opened this issue Apr 10, 2023 · 1 comment

Comments

@richard-ioi
Copy link

I have python3.10 installed on my computer, via the official installer (https://www.python.org/downloads/)
It can be launched by typing 'python' (and not 'python3').

After running ./HTML5Setup.sh I had the following error, in french (it stands for Python is not found) :

Python est introuvable. ExÚcutez sans argument pour procÚder Ó l

This is odd because python was successfully runable inside mingw64.

After doing some researches, I understood that emsdk executed python via the cmd python3 and not python.

I resolved the following by installing python via the microsoft store which uses the cmd line python3 (and not python).

@Mootbing
Copy link

Mootbing commented Jun 2, 2023

you need to change the cs file (search for the issue in here)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants