I am trying to run Google\'s deep dream. For some odd reason I keep getting
ImportError: No module named google.protobuf
after t
In my case I
downloaded the source code, compiled and installed:
$ ./configure $ make $ make check $ sudo make install`
for python I located its folder(python) under source code, and ran commands:
$ python setup.py build $ python setup.py install'
Not sure if this could help you..