Hello, There are situations where "pip install protobuf==2.5.0" for installing the python package fails because in certain configurations it will scrape the home page and find the "protobuf-2.5.0.zip" source package there but this is not the python package and thus the pip command fails with a cryptic message.
As it seems, all protobuf python packages are hosted from the pypi servers so it's safe to just use the hosting mode "don't extract URLs" which you can configure when logged in ad admin on pypi, on a link that should look like this: https://pypi.python.org/pypi?name=protobuf&version=2.6.0&:action=urls best, holger -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/protobuf. For more options, visit https://groups.google.com/d/optout.
