Issues when trying to build llama.cpp

There were similar cases and ways to deal with them, but the method changes depending on the environment you’re using…

If it’s a local, real Python environment, it’s pip as mentioned above, and if it’s Colab, it’s like this.

!pip install cmake

If it’s a container, the way to write and operate it differs depending on the container software…