No module named google.protobuf

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

    I had this problem to when I had a google.py file in my project files.
    It is quite easy to reproduce.
    main.py: import tensorflow as tf
    google.py: print("Protobuf error due to google.py")

    Not sure if this is a bug and where to report it.

提交回复
热议问题