knktc's Notes

python, cloud, linux...

0%

Install Google's protobuf with easy_install

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
如果我的文字帮到了您,那么可不可以请我喝罐可乐?