-
Notifications
You must be signed in to change notification settings - Fork 111
Can't install gcld3 on MacOS Ventura 13.2.1 #80
Comments
credits for the solution go to @koromkorom also if you create conda environment it should work |
Hey thank you for your solution -> I've mentioned the other solution but will copy it here for some lazy-guys like me. If that provided solution doesn't work for you try to install the export LDFLAGS=-L/opt/homebrew/lib
export CPPFLAGS=-I/opt/homebrew/include
python -m pip install gcld3 |
Also, try using
Then set these flags (preferably in your shell config):
Finally, try reinstalling the lib and see if that compiles now |
I've placed 21.7 version of protoc in my path and still receiving this error in windows |
This looks to be extremely common, but after trying dozens of solutions, I'm still getting an error when installing gcld3.
First, here's the complete error output. I'm using the same recommended format that solved Issue #49 in this example:
The error with clang stands out: error: command '/usr/bin/clang' failed with exit code 1
This particular error appears no matter how I try to install cld. I get varying preceding error output, ie. if I try to pip install pycld3 instead... but the clang error is always there.
I've so far...
The text was updated successfully, but these errors were encountered: