|
|
Subscribe / Log in / New account

Adding Requests to the standard library

Adding Requests to the standard library

Posted Apr 30, 2015 10:15 UTC (Thu) by mathstuf (subscriber, #69389)
In reply to: Adding Requests to the standard library by MKesper
Parent article: Adding Requests to the standard library

To be fair, I don't think I have ever seen an egg-as-distribution-method myself. I see them dumped in the site-packages directory, but I've never cared what they are. I've seen a (single) wheel file in the wild, but that required pip and was for an edge case (VS2010-compiled 64-bit NumPy).


to post comments

Adding Requests to the standard library

Posted May 1, 2015 12:51 UTC (Fri) by mgedmin (subscriber, #34497) [Link]

Eggs (and wheels) are more important for Windows users, because they often don't have a C compiler.

Easy_install supports eggs but not wheels. Pip supports wheels but not eggs. It's rather sad.


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds