我的Caffe运行正常,但随后我安装了Keras,并出现以下错误:
'module' object has no attribute 'MutableMapping'
根据一些建议,我按照这些从源代码进行构建的说明对Protobuf进行了更新。 https://github.com/protocolbuffers/protobuf/blob/master/src/README.md
现在的结果是Keras和Caffe都没有运行,并且出现了相同的错误:
File "/home/myuser/anaconda2/lib/python2.7/site-packages/google/protobuf/descriptor.py", line 50, in <module>
from google.protobuf.pyext import _message
AttributeError: 'module' object has no attribute 'MutableMapping'
在所有事情中,我也许首先会尝试卸载Protobuf的新版本,但是如何恢复到以前的状态呢?其次,如何安装Protobuf,以便Keras也可以运行?
答案 0 :(得分:0)
问题似乎是同时安装两个protobuf。