-
Notifications
You must be signed in to change notification settings - Fork 111
Cannot install gcld3 on OS X #49
Comments
Ok |
I just installed gcld3 successfully on macOS 10.14.6. First I installed protobuf through homebrew ( It seems that you installed protobuf in a directory that's not part of gcc's default include directories (where gcc searches for header files such as above You can add to gcc's default include directories by using the environment variables |
Just a followup related to the previous comment, for those on macOS 12.1 and/or using M1 Silicon: On M1 (ARM) Macs, after installing For example, if using $ CPATH=/opt/homebrew/include pip3 install gcld3 |
For me, this is what worked on an M1 Mac:
Optionally:
|
Hi all. I have protobuf 3.15.8 installed but when I try to install gcld3 through pip, protobuf headers aren't found when building from source:
Do you have any thoughts?
The text was updated successfully, but these errors were encountered: