<div dir="auto"><div><div class="gmail_extra"><div class="gmail_quote">On Nov 13, 2017 12:03, "Gael Varoquaux" <<a href="mailto:gael.varoquaux@normalesup.org">gael.varoquaux@normalesup.org</a>> wrote:<br type="attribution"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Mon, Nov 13, 2017 at 10:26:31AM -0800, Matthias Bussonnier wrote:<br>
> This behavior is "new" (Nov/Dec 2016). [snip]<br>
<div class="quoted-text">> It _does_ require to have a version of pip which is not decades old<br>
<br>
</div>Just to check that I am not misunderstanding: the version of pip should<br>
not be more than a year old; "decades old" is just French hyperbola? Do I<br>
understand right?<br></blockquote></div></div></div><div dir="auto"><br></div><div dir="auto">Right, the requirement is pip 9, which is currently one year old and will be >2 years old by the time this matters for numpy.</div><div dir="auto"><br></div><div dir="auto">It does turn out that there's a bimodal distribution in the wild, where people tend to either use an up to date pip, or else use some truly ancient pip that some Linux LTS distro shipped 5 years ago. Numpy isn't the only project that will be forcing people to upgrade, though, so I think this will work itself out. Especially since in the broken case what happens is that users end up running our setup.py on an unsupported version of python, so we'll be able to detect that and print some loud and informative message.</div><div dir="auto"><br></div><div dir="auto">-n</div></div>