Comment #52 on issue 66 by [email protected]: cannot install using easy_install
http://code.google.com/p/protobuf/issues/detail?id=66
Workaround: use easy_install's --allow-hosts options to force downloading from PyPI:
easy_install --allow-hosts pypi.python.org protobuf Worked for me -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/protobuf?hl=en.
