cloudwego / cloudwego.github.io

Website for CloudWeGo
https://www.cloudwego.io
Apache License 2.0
129 stars 245 forks source link

Import "openapiv3/annotations.proto" was not found or had errors. #1063

Closed xuyang404 closed 5 months ago

xuyang404 commented 5 months ago

hz new -I=idl --idl=idl/hello/hello.proto --protoc-plugins=openapi::./docs --mod=middleware/hertz

报错: plugin protoc_gen_hertz returns error: exit status 1, cause: openapiv3/annotations.proto: File not found. google/api/annotations.proto: File not found. hello.proto:8:1: Import "openapiv3/annotations.proto" was not found or had errors. hello.proto:9:1: Import "google/api/annotations.proto" was not found or had errors.

li-jin-gou commented 5 months ago

same to https://github.com/cloudwego/hertz-examples/issues/143