auditwheel icon indicating copy to clipboard operation
auditwheel copied to clipboard

Auditing and relabeling cross-distribution Linux wheels.

Results 70 auditwheel issues
Sort by recently updated
recently updated
newest added

The [patchelf-pypi](https://github.com/mayeut/patchelf-pypi) project ships up to date `patchelf` binaries. Adding this to `install_requires` would mean that users don't have to track down and install the package with a different package...

enhancement

Add a new option `--no-copy-site-libs` to skip libraries in site-packages for `auditwheel repair`. This feature will significantly reduce the wheel file size if the referenced libraries are shipped with other...

`auditwheels` copies all external `.so` files into `.lib` folder. Then packs them into the wheel file. Sometimes the current package (the developer what to audit) only has very small C++...

hi! I'm a developer maintaining a python package that dynamically loads a library, the [python-snap7 ](https://github.com/gijzelaerr/python-snap7/ ) project to be specific. I got very excited when I learned it is...

enhancement

As of writing, the latest Ubuntu LTS is Jammy, shipping with glibc 2.35, which is not supported yet. This also seems to be an obvious candidate for Python 3.10 support...

enhancement

Hello all, I'm wondering if I'm thinking about this correctly; wouldn't I want my wheels to have the lowest manylinux, such that more users can install it? I'm building wheels...

The `numpy==1.18.4` and `scipy==1.4.1` libraries both contain the `libopenblasp-r0-34a18dc3.3.7.so` file, as they most likely used the same version when invoking `auditwheel`. The hashes match, but the files differ in contents:...

bug

This is a follow-up of #310 by @rossant, only keeping the `exclude` option as suggested by @mayeut Closes #76 Closes #241 Closes #310 Fixes #391 Original PR description: ---- This...

Use the PyPI version so users don't have to install this with the system package manager. Closes: #386

I am trying to setup `cibuildwheel` that fails at the repair step given these two files. ```bash # ls -la *.so.2 *whl -rwxr-xr-x. 1 root root 1965280 Jun 21 11:29...