[pypy-dev] Need to rebuild wheels for every pypy minor version
Nathaniel Smith
njs at pobox.com
Tue Jul 25 16:24:04 EDT 2017
On Jul 25, 2017 12:16 PM, "Antonio Cuni" <anto.cuni at gmail.com> wrote:
Hi,
note that this is not because of PyPy: it's the wheel package which chooses
what to include in the wheel filename:
https://bitbucket.org/pypa/wheel/src/5d49f8cf18679d1bc6f3e1e414a5df
3a1e492644/wheel/pep425tags.py?at=default&fileviewer=file-
view-default#pep425tags.py-39
Well, probably it is most correct to say that this happens because PyPy has
not come up with a coherent strategy for ABI compatibility and communicated
that to wheel/pip :-).
In the mean time, if you want to live dangerously, you can always rename
your wheel something like 'foo-py2-pypy_41-linux_x86_64.whl', and then pip
will happily install it on newer pypys. Whether it will work though is hard
to say...
-n
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pypy-dev/attachments/20170725/e7c77bc8/attachment.html>
More information about the pypy-dev
mailing list