<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 19.10.13 03:22, Nick Coghlan wrote:<br>
    </div>
    <blockquote
cite="mid:CADiSq7cfFyE4gaa5DvphpJYq0iv2rzJqgQ2uygQGF3RS_ep34w@mail.gmail.com"
      type="cite">
      <p dir="ltr"><br>
        On 19 Oct 2013 04:59, "Chris Barker" <<a
          moz-do-not-send="true" href="mailto:chris.barker@noaa.gov">chris.barker@noaa.gov</a>>
        wrote:<br>
        ><br>
        > Someone on another list indicated that pip installing
        binary wheels<br>
        > from PyPi will ONLY work for Windows.<br>
        ><br>
        > Is that the case? I think it's desperately needed for OS-X
        as well.<br>
        ><br>
        > Linux is so diverse that I can't imagine it being useful,
        but OS-X has<br>
        > only so many versions, and the <a moz-do-not-send="true"
          href="http://python.org">python.org</a> OS-X binaries are very
        clear<br>
        > in their requirements -- it would be very useful if folks
        could easily<br>
        > get binary wheels for OS-X</p>
      <p dir="ltr">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.</p>
      <p dir="ltr">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 :)</p>
    </blockquote>
    <br>
    Ok, but then wheel should be explicit about that and not pretend to<br>
    work on OS X. I tried that a week ago on a PySide install on OS X,<br>
    which compiled very long, and crashed at the end.<br>
    If wheel does not support bdist_wheel on a platform, it should
    refuse<br>
    to install at all, IMHO.<br>
    <br>
    cheers - chris<br>
    <pre class="moz-signature" cols="72">-- 
Christian Tismer             :^)   <a class="moz-txt-link-rfc2396E" href="mailto:tismer@stackless.com"><mailto:tismer@stackless.com></a>
Software Consulting          :     Have a break! Take a ride on Python's
Karl-Liebknecht-Str. 121     :    *Starship* <a class="moz-txt-link-freetext" href="http://starship.python.net/">http://starship.python.net/</a>
14482 Potsdam                :     PGP key -> <a class="moz-txt-link-freetext" href="http://pgp.uni-mainz.de">http://pgp.uni-mainz.de</a>
phone +49 173 24 18 776  fax +49 (30) 700143-0023
PGP 0x57F3BF04       9064 F4E1 D754 C2FF 1619  305B C09C 5A3B 57F3 BF04
      whom do you want to sponsor today?   <a class="moz-txt-link-freetext" href="http://www.stackless.com/">http://www.stackless.com/</a></pre>
  </body>
</html>