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 know this is a year later, but I had this issue with emscripten working with other projects. Sometimes it ends up with the mapping for python being python2 instead... which is basically a real pain.
When I go to the ffmpeg.js folder, then lauch git bash, type
emcc-audio-build.sh
then error pop out:
/usr/bin/env: python2: No such file or directory
But I have installed both Emscripten and Python, also I've check that the environment variables are there. What possible this could happen?
The text was updated successfully, but these errors were encountered: