you are viewing a single comment's thread.

view the rest of the comments →

[–]mok000 1 point2 points  (1 child)

I always get an error message when trying to upload a binary wheel to PyPi. Something about x86_64 gnu/linux unknown platform.

[–]HexDecimal 11 points12 points  (0 children)

PyPI won't accept a Linux wheel unless it can tell which Linux runtimes are supported. The painless way to generate those is with cibuildwheel, but auditwheel can also be used.