[Distutils] Plans for binary wheels, and PyPi and OS-X

Nick Coghlan ncoghlan at gmail.com
Sat Oct 19 03:22:07 CEST 2013


On 19 Oct 2013 04:59, "Chris Barker" <chris.barker at noaa.gov> wrote:
>
> Someone on another list indicated that pip installing binary wheels
> from PyPi will ONLY work for Windows.
>
> Is that the case? I think it's desperately needed for OS-X as well.
>
> Linux is so diverse that I can't imagine it being useful, but OS-X has
> only so many versions, and the python.org OS-X binaries are very clear
> in their requirements -- it would be very useful if folks could easily
> get binary wheels for OS-X

We do plan to support it, but the pip devs uncovered a hole in the current
wheel spec that means it generates the same filename on *nix systems for
wheels that need to have different names for the download side of things to
work properly - hence the current Windows-only restriction.

Once ensurepip has landed in Python 3.4 and pip 1.5 is released, we should
be able to get back to updating the various metadata specs, with the aim of
getting cross-platform wheel support in pip 1.6 :)

Cheers,
Nick.

>
> -Chris
>
>
>
>
> --
>
> Christopher Barker, Ph.D.
> Oceanographer
>
> Emergency Response Division
> NOAA/NOS/OR&R            (206) 526-6959   voice
> 7600 Sand Point Way NE   (206) 526-6329   fax
> Seattle, WA  98115       (206) 526-6317   main reception
>
> Chris.Barker at noaa.gov
> _______________________________________________
> Distutils-SIG maillist  -  Distutils-SIG at python.org
> https://mail.python.org/mailman/listinfo/distutils-sig
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20131019/029824ab/attachment.html>


More information about the Distutils-SIG mailing list