-
Notifications
You must be signed in to change notification settings - Fork 176
Open
Milestone
Description
After following the steps in the README.md file I am not able to generate the proto files from the command line
git clone git@github.com:grpc/grpc-kotlin.git
cd grpc-kotlin/
./gradlew build
vi test.proto // make some test proto file
mkdir testDir
protoc --plugin=protoc-gen-grpc-kotlin=build/artifacts/protoc-gen-grpc-kotlin --grpckt_out=testDir --proto_path=. test.proto
And the result from this is
protoc-gen-grpckt: program not found or is not executable
Please specify a program using absolute path or make sure the program is available in your PATH system variable
--grpckt_out: protoc-gen-grpckt: Plugin failed with status code 1.
protoc version - 3.11.4
stonest
Metadata
Metadata
Assignees
Labels
No labels