-
-
Notifications
You must be signed in to change notification settings - Fork 287
Getting 'protoc not found' error #83
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
Comments
Sounds like a PATH issue, try setting the path to protoc explicitly in SBT: Alternatively, you can use protoc-jar as explained in "Running without Protoc" at https://trueaccord.github.io/ScalaPB/sbt-settings.html |
Thanks a lot, setting the path explicitly helped. |
Hi, Obserning the below error even after installing protobuf 3.1.0 Could you please help? |
Hi @samuelpraveen ,
|
Hello,
Trying to use the plugin but getting this error message saying protoc couldn't be found.
I do have protoc installed in my path:
Not sure if thats an issue, but I did everything from installation guide. Any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered: