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
Environment, CPU architecture, OS, and Version:
Ubuntu Server 22.04 LTS VM running on Proxmox with 16 cores, 64 gb ram and vGPU L4
Describe the bug
CMake Error at examples/grpc-server/CMakeLists.txt:26 (find_package):
Could not find a package configuration file provided by "Protobuf" with any
of the following names:
ProtobufConfig.cmake
protobuf-config.cmake
Add the installation prefix of "Protobuf" to CMAKE_PREFIX_PATH or set
"Protobuf_DIR" to a directory containing one of the above files. If
"Protobuf" provides a separate development package or SDK, be sure it has
been installed.
-- Configuring incomplete, errors occurred!
make[1]: *** [Makefile:52: grpc-server] Error 1
make[1]: Leaving directory '/home/localai/LocalAI/backend/cpp/llama'
make: *** [Makefile:457: backend/cpp/llama/grpc-server] Error 2
To Reproduce
Cloned repo
cd into LocalAI
run command make build
Additional context
Protobuf-compiler and Libprotobuf-dev got installed with apt and build.
protoc --version
libprotoc 25.1
The text was updated successfully, but these errors were encountered:
LocalAI version:
2.0.0
Environment, CPU architecture, OS, and Version:
Ubuntu Server 22.04 LTS VM running on Proxmox with 16 cores, 64 gb ram and vGPU L4
Describe the bug
To Reproduce
make build
Additional context
Protobuf-compiler and Libprotobuf-dev got installed with apt and build.
The text was updated successfully, but these errors were encountered: