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
Do you have python installed? Or maybe python3? Check python --version or python3 --version in your terminal.
If it is python3 you installed, change "python" to "python3 "in the CMakeLists.txt
Those errors are occurred when I build crow with 'make' command in ubuntu 22.04. Error information as below:
liudingsong@liudingsong-System:/usr/local/crow/build$ make
[ 4%] Generating amalgamate/crow_all.h
/bin/sh: 1: python: not found
make[2]: *** [CMakeFiles/amalgamation.dir/build.make:74:amalgamate/crow_all.h] Error 127
make[1]: *** [CMakeFiles/Makefile2:153:CMakeFiles/amalgamation.dir/all] Error 2
make: *** [Makefile:101:all] Error 2
liudingsong@liudingsong-System:/usr/local/crow/build$
The text was updated successfully, but these errors were encountered: