I installed Anaconda Python on my machine. When I start Python Interpreter and click "import caffe" in the Python shell, I get the following error:
ImportError: No module named google.protobuf.internal
I have the following files:
wire_format_lite_inl.h wire_format_lite.h wire_format.h unknown_field_set.h text_format.h service.h repeated_field.h reflection_ops.h message_lite.h message.h generated_message_util.h extension_set.h descriptor.proto descriptor.h generated_message_reflection.h generated_enum_reflection.h dynamic_message.h descriptor.pb.h descriptor_database.h
What files do I need for the import to work? Is there a file "internal.h" that is required?
python caffe protocol-buffers
Pynerd
source share