-
Notifications
You must be signed in to change notification settings - Fork 219
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error Repairing Wheel to manylinux2014_x86_64 ABI Due to Too-Recent Versioned Symbols #1574
Comments
Here is the (large) dump of the output of
|
manylinux2014 is based on CentOS 7, which is dead in a few months anyway - have you tried manylinux_2_28? |
@dralley Thanks for the suggestion. I tried many_linux_2_28 and it doesn't resolve the issue. More details in openai/triton#3620. |
Closing this as the issue comes from a binary dependency that has too recent symbols. |
When attempting to repair the wheel for
triton_nightly
to themanylinux2014_x86_64
ABI, the auditwheel tool fails with the following error:This issue occurs during the GitHub Actions workflow defined here (error started appearing around Jan 11, 24).
An example of a failed run can be found here.
Environment
CI/CD Platform: GitHub Actions
Container Image Used:
quay.io/pypa/manylinux2014_x86_64:latest
Local Testing Command (comment out the Azure steps):
act -P CPU=ghcr.io/catthehacker/ubuntu:act-22.04 -W .github/workflows/wheels.yml workflow_dispatch
Questions
Why are the symbols not compatible with
manylinux2014
despite using the specified base image for the build environment?Is there a recommended approach to ensure compatibility with
manylinux2014
ABI standards when building wheels in this environment?(This is related to triton-lang/triton#2616)
The text was updated successfully, but these errors were encountered: