-
Notifications
You must be signed in to change notification settings - Fork 18.7k
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
protobuf 2.6.0 breaks pycaffe on OS X #1202
Comments
(Not sure if relevant - maybe python and c++ are invoking different protobuf versions? E.g. the protoc binary is 2.6, but python is linked with protoc 2.5. I've had problems when I mixed 2.4 and 2.5 in the past.) |
A version difference is a reasonable culprit but it's not the problem here: There's a different error if I try different versions for one or the other. On Fri, Oct 3, 2014 at 4:42 PM, Yangqing Jia [email protected]
|
I am having this issue with protobuf 2.5.0 . Please let me know if there is a fix for this issue |
I'm having the same problem here with protobuf 2.5.0, latest caffe and CUDA 6.5. |
I'm getting the exact same error when I try to run https://github.com/google/grr on travis. Perhaps it's something we're doing wrong with protobufs instead of a project issue? If you find a solution, please let us know. Thanks! |
@dionyziz : I was using Python Anaconda and installed Protobuf python lib on it. My problem was fixed when I switched to not using Anaconda. |
This was a protobuf version error for me. I solved it by switching from protobuf==2.5.0 to protobuf==2.6.0. Thanks for getting back to me @anguyen8! |
Not sure what the problem was back then, but protobuf 2.6.1 works on OS X -- closing. |
Stay at 2.5.0 or downgrade. Otherwise
import caffe
givesThe text was updated successfully, but these errors were encountered: