Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make error to build crow #416

Open
lds-coder opened this issue Feb 28, 2023 · 2 comments
Open

make error to build crow #416

lds-coder opened this issue Feb 28, 2023 · 2 comments

Comments

@lds-coder
Copy link

lds-coder commented Feb 28, 2023

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$

@ghost
Copy link

ghost commented Mar 6, 2023

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

@digitive
Copy link

Alternatively, run

sudo apt install python-is-python3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants