碰到这个问题,往往是使用了google的包,使用下面的安装命令安装包即可。
sudo apt-get install protobuf
或者
pip install protobuf # pip3 install protobuf
参考:Importing caffe results in ImportError: “No module named google.protobuf.internal” (import enum_type_wrapper)