No module named google.protobuf

后端 未结 9 673
滥情空心
滥情空心 2020-12-09 08:17

I am trying to run Google\'s deep dream. For some odd reason I keep getting

ImportError: No module named google.protobuf

after t

9条回答
  •  失恋的感觉
    2020-12-09 09:08

    I installed the protobuf with this command:

    conda install -c anaconda protobuf=2.6.1
    

    (you should check the version of protobuf)

提交回复
热议问题