auditwheel

Audits and repairs wheel compatibility across Linux distributions

brewmacoslinux
Try with needOr install directly
Source

About

Auditing and relabeling cross-distribution Linux wheels

Commands

auditwheel

Examples

Check wheel compatibility and list required glibc/library versions$ auditwheel show mypackage-1.0-cp39-cp39-linux_x86_64.whl
Repair wheel to make it manylinux compatible by bundling dependencies$ auditwheel repair mypackage-1.0-cp39-cp39-linux_x86_64.whl -w ./repaired
List all dynamic library dependencies in a wheel$ auditwheel lddtree mypackage-1.0-cp39-cp39-linux_x86_64.whl