Comment #48 on issue 66 by [email protected]: cannot install using
easy_install
http://code.google.com/p/protobuf/issues/detail?id=66
Installation error with protobuf 2.4.1
There is a case when you try to install pydoozerlib via python setup.py
install and run into following error:
[..]
Downloading http://protobuf.googlecode.com/files/protobuf-2.4.1.zip
Processing protobuf-2.4.1.zip
error: Couldn't find a setup script in
/tmp/easy_install-riZxUs/protobuf-2.4.1.zip
Simply install protobuf via pip manually:
$ pip install protobuf
Then run python setup.py install again!
Assuming you are referring to this section, yes, the fix for this issue
should address it.
--
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.