No module named google.protobuf

后端 未结 9 705
滥情空心
滥情空心 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:00

    when I command pip install protobuf, I get the error:

    Cannot uninstall 'six'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.

    If you have the same problem as me, you should do the following commands.

    pip install --ignore-installed six sudo pip install protobuf

提交回复
热议问题