-
Notifications
You must be signed in to change notification settings - Fork 67
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 executing ./build_all.sh #12
Comments
Hi @roguelider , in addition, what version of protoc do you have installed on your filesystem (e.g. what is the output of running the following command line |
Using libprotoc 3.11.4, go version 1.15.6 linux/amd64 |
I'm getting this exact error too, new to Healthcare-data-Harmonzation and Go. Using libprotoc 3.12.4 / GoLang 1.18.1 / Running under WSL in windows. Any help appreciated |
Try |
i have tried to use this comand but the error say:
|
when i use a ./build_all.sh the error say:
|
Have you installed the following? Also, check if you're using golang 1.15. sudo apt install protobuf-compiler |
|
While executing ./build_all.sh from the root directory I get the following error message:
# github.com/GoogleCloudPlatform/healthcare-data-harmonization/mapping_engine/errors errors/proto.go:105:20: impossible type assertion: *"github.com/GoogleCloudPlatform/healthcare-data-harmonization/mapping_engine/proto".ValueSource does not implement protoreflect.ProtoMessage (missing ProtoReflect method) errors/proto.go:120:69: projDef.ProtoReflect undefined (type *"github.com/GoogleCloudPlatform/healthcare-data-harmonization/mapping_engine/proto".ProjectorDefinition has no field or method ProtoReflect)
The text was updated successfully, but these errors were encountered: