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
"ninja: Entering directory `out/Release-x64'
[1/1189] link libexpat.a
FAILED: libexpat.a
python "/home/shi6/deps/skia/gn/rm.py" "libexpat.a" && ar rcs libexpat.a @libexpat.a.rsp
/bin/sh: 1: python: not found
[6/1189] compile ../../third_party/externals/dng_sdk/source/dng_mosaic_info.cpp
ninja: build stopped: subcommand failed.
" i tried a lot of stuff but can't fix it
The text was updated successfully, but these errors were encountered:
I'm having this too. A similar issue arose during the compilation of aseprite (prior to me finding out about the skia dependency), I was able to solve that by aliasing python3 as python in .bashrc
For this one, the error seems to indicate that /bin/sh is having the same problem, but it's more of a roundabout solution. Using this stackoverflow post : (https://stackoverflow.com/questions/39621880/is-there-an-alternative-for-bashrc-for-bin-sh) I successfully exported ENV inside .bashrc to use a new file I made as a startup script in which I also aliased python3 as python.
I tested this, and the alias worsk but unfortunately this didn't fix the issue with ninja.
I'm running Linux Mint 22.X, and I'm sure that this problem will be seen anywhere python is invoked with "python3" instead of "python."
I see this issue is over a year old, but it seems like it would block installation on a large number of Linux machines.
"ninja: Entering directory `out/Release-x64'
[1/1189] link libexpat.a
FAILED: libexpat.a
python "/home/shi6/deps/skia/gn/rm.py" "libexpat.a" && ar rcs libexpat.a @libexpat.a.rsp
/bin/sh: 1: python: not found
[6/1189] compile ../../third_party/externals/dng_sdk/source/dng_mosaic_info.cpp
ninja: build stopped: subcommand failed.
" i tried a lot of stuff but can't fix it
The text was updated successfully, but these errors were encountered: