auditwheel icon indicating copy to clipboard operation
auditwheel copied to clipboard

Auditing and relabeling cross-distribution Linux wheels.

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

I'm trying to replicate the issue posted here: https://github.com/vinayak-mehta/pdftopng/issues/12 (along with [many similar ones](https://github.com/search?q=is%3Aissue+author%3Aandy201709+author%3AMikeWazoWski123+author%3AJoeGardner000&type=) for python security research, and I'm currently stuck at figuring out how to go back from...

We have a requirements file that we turn into a collection of wheels with `pip wheel -r path/to/requirements.txt`. Then we run `auditwheel repair` on every wheel. This is useful for...

updates: - [github.com/psf/black: 24.2.0 → 24.3.0](https://github.com/psf/black/compare/24.2.0...24.3.0) - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.9.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.8.0...v1.9.0)

Maybe related to #363 and others. I may have something similar in a wheel build of OpenBLAS. It packages a OpenBLAS shared object, which depends on libgfortran, which depends on...

I am running audit wheel from a manylinux2014 docker image. I currently get a segfault when I try to import the lib from the installed wheel. wheel was generated with...

Using v6.0.0 of auditwheel on quay.io/pypa/musllinux_1_1_i686: ``` Traceback (most recent call last): File "", line 198, in _run_module_as_main File "", line 88, in _run_code File "/root/pyvenv/py3.11.8/lib/python3.11/site-packages/auditwheel/__main__.py", line 8, in sys.exit(main())...

As part of [repairwheel](https://github.com/jvolkman/repairwheel), auditwheel is vendored and can patch linux wheels from Windows. These are some of the more innocuous tweaks I've had to make to run successfully in...

Hello. We had demand to supply shared libraries inside the wheel and while we do so we encountered problem with symlinks in wheel. This is how we reach this [thread](https://discuss.python.org/t/symbolic-links-in-wheels/1945)...

I am adding this option locally as I ended up needing it to circumvent this problem I encountered, so I figured I might as well create a PR: https://stackoverflow.com/questions/77733250/using-patchelf-to-change-the-soname-of-libgldispatch-so-breaks-its-functionality While...