chargrnv opened a new issue #15669: pypi manylinux1 is not manylinux1 URL: https://github.com/apache/incubator-mxnet/issues/15669 ## Description manylinux1 package that is published is not manylinux1. OSError: /lib64/libc.so.6: version `GLIBC_2.16' not found https://www.python.org/dev/peps/pep-0513/ ``` Therefore, as a consequence of requirement (b), any wheel that depends on versioned symbols from the above shared libraries may depend only on symbols with the following versions: GLIBC <= 2.5 CXXABI <= 3.4.8 GLIBCXX <= 3.4.9 GCC <= 4.2.0 ``` ## Environment info (Required) CentOS 5/6 The problem with this is, if I make my own build and publish to an extra-index-url, the published manylinux1 package is given priority by pip.
---------------------------------------------------------------- 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
