Skip to content

Instantly share code, notes, and snippets.

@sub-mod
Created June 6, 2019 16:54
Show Gist options
  • Save sub-mod/1635d716f29b4a40f82863dcd6750427 to your computer and use it in GitHub Desktop.
Save sub-mod/1635d716f29b4a40f82863dcd6750427 to your computer and use it in GitHub Desktop.
manylinux2010_x86_64
bash-4.1# auditwheel show /input/tensorflow-1.13.1-cp27-none-linux_x86_64.whl
tensorflow-1.13.1-cp27-none-linux_x86_64.whl is consistent with the
following platform tag: "manylinux2010_x86_64".
The wheel references external versioned symbols in these system-
provided shared libraries: libc.so.6 with versions {'GLIBC_2.2.5',
'GLIBC_2.3.4', 'GLIBC_2.6', 'GLIBC_2.7', 'GLIBC_2.10', 'GLIBC_2.3',
'GLIBC_2.3.2', 'GLIBC_2.9', 'GLIBC_2.4', 'GLIBC_2.11'}, libstdc++.so.6
with versions {'CXXABI_1.3.3', 'GLIBCXX_3.4.10', 'GLIBCXX_3.4',
'CXXABI_1.3.2', 'GLIBCXX_3.4.9', 'GLIBCXX_3.4.11', 'CXXABI_1.3'},
libpthread.so.0 with versions {'GLIBC_2.2.5', 'GLIBC_2.12',
'GLIBC_2.3.3', 'GLIBC_2.3.2'}, libm.so.6 with versions
{'GLIBC_2.2.5'}, libgcc_s.so.1 with versions {'GCC_3.3', 'GCC_3.0'},
libdl.so.2 with versions {'GLIBC_2.2.5'}, librt.so.1 with versions
{'GLIBC_2.2.5'}
This constrains the platform tag to "manylinux2010_x86_64". In order
to achieve a more compatible tag, you would need to recompile a new
wheel from source on a system with earlier versions of these
libraries, such as a recent manylinux image.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment