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

Error during make #6

Closed
yellowflash07 opened this issue Sep 17, 2020 · 3 comments
Closed

Error during make #6

yellowflash07 opened this issue Sep 17, 2020 · 3 comments

Comments

@yellowflash07
Copy link

Hello, while building the latest repo i am getting errors after successful build:

Test Run Successful.
Total tests: 1124
Passed: 1124
Total time: 7.3823 Seconds

TODO build all the .proto files and output to the same directories

protoc --proto_path=Assets/Mediapipe/SDK/Scripts --csharp_out=Assets/Mediapipe/SDK/Scripts/Protobuf Assets/Mediapipe/SDK/Scripts/Protobuf/.proto &&
protoc --proto_path=Assets/Mediapipe/SDK/Scripts --csharp_out=Assets/Mediapipe/SDK/Scripts/Protobuf/Annotation Assets/Mediapipe/SDK/Scripts/Protobuf/Annotation/
.proto
/bin/sh: 1: protoc: not found
make: *** [Makefile:36: mediapipe_protos] Error 127

How to fix this?

@homuler
Copy link
Owner

homuler commented Sep 17, 2020

Please install protocol buffer compiler.
https://github.com/homuler/MediapipeUnityPlugin#protocol-buffer

@yellowflash07
Copy link
Author

i have installed protocol buffer. it's installed under usr/local/lib ..it's a directory mismatch maybe? where do i change that?

@yellowflash07
Copy link
Author

yep, it was path error. Fixed it with

export LD_LIBRARY_PATH=/usr/local/lib

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