zachgk commented on issue #15669: pypi manylinux1 is not manylinux1 URL: https://github.com/apache/incubator-mxnet/issues/15669#issuecomment-515612182 Right now, we build to be compatible with CentOS 7. We should switch to tagging it appropriately, but PyPI only supports `manylinux1` for linux https://packaging.python.org/guides/distributing-packages-using-setuptools/#platform-wheels so there are no other tags we can use. They are working on adding PyPI support for `manylinux2010` https://github.com/pypa/manylinux/issues/179, but it is not available yet and it matches CentOS 6 which would also not be correct. Only recently did they propose the `manylinux2014` which matches CentOS 7 https://www.python.org/dev/peps/pep-0599/. Our other option is to change our PyPI build to match the standards of `manylinux1`. I don't know what implications this change could have on performance or functionality and why we did not decide to do so in the first place. @szha @lanking520
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
