Importing caffe results in ImportError: “No module named google.protobuf.internal” (import enum_type

碰到这个问题,往往是使用了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)

 
上一篇:使用protobuf-java-format包 JsonFormat转Json部分默认值字段消失问题


下一篇:【JNI】OPUS压缩与解压的JNI调用(.DLL版本)