"UserWarning: Unbuilt egg for setuptools" - What does this actually mean?

Posted by Wolo on Stack Overflow See other posts from Stack Overflow or by Wolo
Published on 2010-04-15T08:46:17Z Indexed on 2010/05/20 13:10 UTC
Read the original article Hit count: 197

Filed under:
|
|
|

Hiya.

When I install things into a virtualenv using pip I often see the message "UserWarning: Unbuilt egg for setuptools". I always safely ignore it and go about my business and it doesn't seem to cause me any problems.

But I've suddenly been smacked in the face with curiosity, and wondered if someone could explain what it means, exactly?

Also, does the new virtualenv option to use distribute instead fit into all this somewhere? Should I be using that instead, or just ignoring it until distutils2 comes out? (apologies if that's totally unrelated - maybe it should be a new question?)

Thanks!

© Stack Overflow or respective owner

Related posts about python

Related posts about pip