安装了很多次anaconda了,每次使用python倒入caffe时候都会报错:ImportError: No module named google.protobuf.internal。看了很多帖子,试了很多方法,此篇说的是对的(也可能只是适合我的环境):https://blog.csdn.net/spacegrass/article/details/81841735
两个环境下都需要安装命令,安装命令很简单:
没有anaconda: pip install protobuf
有anaconda: conda install protobuf
还有一些另外的原理性知识:https://blog.csdn.net/change_things/article/details/80817570