-
Notifications
You must be signed in to change notification settings - Fork 153
cannot repair "...-linux_x86_64.whl" to "manylinux1_x86_64" ABI because of the presence of too-recent versioned symbols. You'll need to compile the wheel on an older toolchain. #291
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
Comments
As you're building on a distro that's more recent than the requested platform (which is Requiring a more recent manylinux policy has a potential impact on your end-users:
|
Okay, thanks for the informative response, I will try and use the manylinux container to build the wheels as you suggested. |
No, ubuntu 16.04 is still too recent to ensure ubuntu 16.04 would be |
Aw okay, might spin up a Window 10 VM as a backup then. |
I have some trouble on ubuntu 20.04 and also --plat manylinux2014 option don't work for me. |
Hi, Thank you for the suggestion , I have this issue for arm64 architecture , I couldn’t build it in manylinux container as my python package is not compatible with Debian , hence I have to rely on ubuntu20.04 for the successful build , but getting this error when running auditwheel repair ? Any suggestions pls ? |
The most recent policy implemented in auditwheel is Reminder:
|
I'm trying to make a pypi package of https://github.com/smpurkis/fast_json_normalize/tree/cython_implementation, has a simple cython script in https://github.com/smpurkis/fast_json_normalize/blob/cython_implementation/fast_json_normalize/cythonized.pyx.
As I'm on Ubuntu 20.04, I'm running
auditwheel --verbose repair dist/fast_json_normalize-0.0.4-cp38-cp38-linux_x86_64.whl
to fix the wheels made bypython -m build
.But I get this error message:
I found these other similar issues made, but didn't find a fix.
#36
#146
#229
The text was updated successfully, but these errors were encountered: