I am trying to run Google\'s deep dream. For some odd reason I keep getting
ImportError: No module named google.protobuf
after t
According to your comments, you have multiply versions of python what could happend is that you install the package with pip of anthor python
pip is actually link to script that donwload and install your package.
two possible solutions:
how will you know it worked? Simple if the new pip is used the package will be install successfully, otherwise the package is already installed