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

Unable to install on window 10 with issue: "google/protobuf/port_def.inc': No such file or directory" #29

Open
mickeyzo12 opened this issue Sep 10, 2021 · 3 comments

Comments

@mickeyzo12
Copy link

Unable to install on window 10 with issue: "google/protobuf/port_def.inc': No such file or directory"
how can i fix this issue?
thank you.

@boronine
Copy link

boronine commented Nov 26, 2021

Same issue on macOS aarch64 - M1 MacBook Air

EDIT: brew install protobuf doesn't fix it

@murad755
Copy link

murad755 commented Dec 9, 2021

The same issue on my MacBook Pro M1 2020, brew install protobuf doesn't help. Tried to compile protobuf from source, but it doesn't work at all.

@DotIN13
Copy link

DotIN13 commented May 29, 2023

I was able to build pycld3 which is based on libprotoc on M1 MacBook Air by installing latest protobuf 21.12 and running

export LDFLAGS=-L/opt/homebrew/lib      
export CPPFLAGS=-I/opt/homebrew/include 

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

4 participants