You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: