-
-
Notifications
You must be signed in to change notification settings - Fork 483
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
Comments
Please install protocol buffer compiler. |
i have installed protocol buffer. it's installed under usr/local/lib ..it's a directory mismatch maybe? where do i change that? |
yep, it was path error. Fixed it with
|
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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?
The text was updated successfully, but these errors were encountered: