[Distutils] Re: Linux binary wheels?

2019-08-21 Thread Thomas Kluyver
You probably want to try 'repairing' the wheel with auditwheel to make a manylinux wheel from it: https://pypi.org/project/auditwheel/ On Wed, Aug 21, 2019, at 4:18 PM, Matthew Brett wrote: > Hi, > > Yes, here you are trying to upload a generic Linux wheel. PyPI > refuses, because there's no

[Distutils] Re: Linux binary wheels?

2019-08-21 Thread Matthew Brett
Hi, Yes, here you are trying to upload a generic Linux wheel. PyPI refuses, because there's no way Pip can tell if the generic Linux wheel will work for any particular Linux distribution.For example, you could build a LInux wheel on Debian 10, but someone on Redat 6 could try to install it

[Distutils] Re: Linux binary wheels?

2019-08-21 Thread Dan Stromberg
It sounds pretty similar, but I'm still getting: $ twine upload --verbose --repository-url https://test.pypi.org/legacy/ dist/* below cmd output started 2019 Wed Aug 21 07:05:31 AM PDT Enter your username: dstromberg Enter your password: Uploading distributions to https://test.pypi.org/legacy/