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

Protobuf Configs missing #1444

Closed
kirthi-exe opened this issue Dec 15, 2023 · 1 comment
Closed

Protobuf Configs missing #1444

kirthi-exe opened this issue Dec 15, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@kirthi-exe
Copy link

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

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

  1. Cloned repo
  2. cd into LocalAI
  3. run command make build

Additional context
Protobuf-compiler and Libprotobuf-dev got installed with apt and build.

protoc --version
libprotoc 25.1
@kirthi-exe kirthi-exe added the bug Something isn't working label Dec 15, 2023
@kirthi-exe
Copy link
Author

Got Fixed #1232 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants