-
Notifications
You must be signed in to change notification settings - Fork 153
Cannot repair wheel because of the presence of too-recent versioned symbols #354
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
I might have been a bit optimistic thinking that the verbose output would be enough... Without #36, it's not as useful. |
Yes I do! This one: https://github.com/christian-vorhemus/azure-percept-py
True, the library comes with two dependencies which have to be installed ( But now that you mention it, some of these libraries seem to be the problem, running
Interesting enough, when installing FFmpeg from a package manager (
... however the "error: cannot repair" message stays the same. I now also installed auditwheel-symbols, this outputs
... which sounds problematic because for some of these libraries (e.g. libinference_engine_legacy.so) I don't even have the source code. |
I fixed it. After building FFmpeg directly on the Thanks for pointing me in the right direction @mayeut, the issue can be closed from my perspective. |
Thanks for the feedback. |
@christian-vorhemus can I ask what package you are building? I'm also having to maintain Ffmpeg builds (and encountering the same problems as you) for the PyAV wheels. Maybe we can share the maintenance burden? |
@jlaine - Sure, I'm maintaining this package: https://github.com/christian-vorhemus/azure-percept-py - the libraries are in the iot/percept/assets folder. |
I'm referring to #291 concerning the message
error: cannot repair "./output/MYPACKAGE-0.0.5-cp36-cp36m-linux_aarch64.whl" to "manylinux_2_27_aarch64" ABI because of the presence of too-recent versioned symbols. You'll need to compile the wheel on an older toolchain.
I'm using docker image
quay.io/pypa/manylinux_2_24_aarch64
to build a manylinux wheel. The creation of the .whl files works but runningauditwheel --verbose repair --plat manylinux_2_27_aarch64 ./output/MYPACKAGE-0.0.5-cp36-cp36m-linux_aarch64.whl -w ./output/
givesWhere is the GLIBC_2.28 requirement coming from and how to I compile the wheel to fulfill said policy?
The text was updated successfully, but these errors were encountered: