AOT: dotnet-setup.sh fails to fully execite (python missing using WSL) #14387
Closed
assassin316
started this conversation in
General
Replies: 2 comments 11 replies
-
UPDATE: May be linked to this: |
Beta Was this translation helpful? Give feedback.
9 replies
-
It worked!! Thank you! So the AOT build seems to be working as intended 👍 My last question regarding this is related to memory: Where can I increase the memory for emcc? According to the link below, there is a flag that can be specified: -s TOTAL_MEMORY= but since the uno bootstrapper adds the flags automatically, can we override it? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Executing the
dotnet-setup.sh
script to install emscripten in the WSL command prompt almost fully completes but fails with an error related to python:I attempted to fix it by installing
python2
,python-is-python3
, but nothing workedBeta Was this translation helpful? Give feedback.
All reactions