Skip to content Skip to sidebar Skip to footer

Python Importing Module That Does Not Exist?

So I was running: import google > In python prompt. google.path ['/Library/Python/2.7/site-packages/google'] I want to delete the goog

Solution 1:

You need to uninstall the 'protobuf' module.

sudo pip uninstall protobuf

Post a Comment for "Python Importing Module That Does Not Exist?"