Skip to content
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

Cannot run program "protoc" error=2, No such file or directory #6

Open
ehmo opened this issue Nov 2, 2015 · 3 comments
Open

Cannot run program "protoc" error=2, No such file or directory #6

ehmo opened this issue Nov 2, 2015 · 3 comments

Comments

@ehmo
Copy link

ehmo commented Nov 2, 2015

I'm running it on Mac OS X. Installed protobuf via brew. In console it works well, but whenever I'm trying to load the plugin, it says that can't find protoc.

Any ideas?

@clong
Copy link

clong commented Jul 17, 2016

+1. Same environment too.

FWIW, I worked around this by just specifying the full path to the protoc binary on OSX.

@egandrew
Copy link

egandrew commented Jan 4, 2017

I do not understand the work around. Possible to add more detail?

@clong
Copy link

clong commented Jan 4, 2017

Sorry, I should have included more information before.

https://github.com/mwielgoszewski/burp-protobuf-decoder/blob/master/protoburp.py#L57

Replace:
Popen(['protoc', '--version']
with
Popen(['/full/path/to/protoc', '--version']

Repository owner deleted a comment Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants