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
I updated to the latest version and I got the following when running
google/protobuf/descriptor.proto: File not found.
github.com/gogo/protobuf/gogoproto/gogo.proto: Import "google/protobuf/descriptor.proto" was not found or had errors.
I noticed the that protobuf command was (via '--include-descriptors') adding the following:
if you want to use the protos defined in vendor/protobuf-php/google-protobuf-proto
I believe it should be import descriptor.proto instead of import google/protobuf/descriptor.proto
IRC by using google/protobuf/descriptor.proto protoc will try to look up the descriptor.proto provided by https://github.com/google/protobuf
I updated to the latest version and I got the following when running
I noticed the that protobuf command was (via '--include-descriptors') adding the following:
I looked in that folder and the descriptor file is in there:
But I guess it's then going into google/protobuf in that dir, which doesn't have the
descriptor.proto
fileHas there been some change that would cause this?
The text was updated successfully, but these errors were encountered: