Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Python by (16.4k points)

I'm getting the following error when I try to run Google's deep dream

ImportError: No module named google.protobuf

I also installed sudo install protobuf. Right now, I'm executing python 2.7 OSX Yosemite 10.10.3

I couldn't able to find a solution to this question on the web. What I thought, Due to deployment location we're getting this error. Can anyone please help me?

1 Answer

0 votes
by (26.4k points)

If you are running python 2.7.11 or any other related versions, we have another possibility.

sudo pip install protobuf

In case, If you are in a anaconda environment, You have to use

conda install protobuf

Want to learn more about Python? Come and join: Python course

For more details, Do check out..

Related questions

Browse Categories

...