If you try to install Google’s protobuf package with easy_install, you may run into an error like this:
1 | error: Couldn't find a setup script in /tmp/easy_install-9uwoys/protobuf-2.5.0.zip |
In that case, try installing it like this instead:
1 | easy_install --allow-hosts pypi.python.org protobuf |