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

This is basically a duplicate of closed issue: #100 Right now I'm just patching `policy.json` in the virtual environment containing `auditwheel`, so the internals are there already. Use case here...

enhancement
help wanted

And I thought Verneed was just a Dutch painter... Error available [in this travis job](https://travis-ci.org/psycopg/psycopg2-wheels/jobs/600072019) caused on import of libsasl2. ``` + /opt/python/cp27-cp27m/bin/python -c 'import psycopg2; print(psycopg2.__version__)' Traceback (most recent...

# Issue We have found that `auditwheel repair` processes some of our shared objects such that they are broken after processing. After processing a wheel built with ``` auditwheel repair...

I'm trying to build manylinux wheels for a Python package, but it seems like there's a backwards incompatibility in glibc. Specifically, the symbol `scalbln ( double x, int n )...

enhancement
help wanted

The manylinux2014 wheel built on quay.io/pypa/manylinux2014_x86_64 docker image, can't be imported: ```shell ImportError: libuuid-7867869b.so.1.3.0: cannot open shared object file: No such file or directory ``` The original library dependencies look...

bug

These libraries really need to come from the end machine, not the wheel. They don't work without a backing video driver and may not work if the package was built...

bug

I'm not sure if this problem is related to issue #136. I have been struggling to create a wheel for my package that has the following structure: _emcore.so (python extension,...

bug

I'm attempting to repair a wheel which contains various SO dependencies (libjawt from the JDK, LibXCursor, etc), and I'm running into an issue where it cannot find the SO files...

bug

As is evident in the LICENSE file, this repo consists of a lot of vendored code, particularly including the delocate stuff mentioned in #102. When we vendored the code, we...

enhancement
help wanted
good first issue

auditwheel uses patchelf to rename vendored libraries with unique names. This works wonderfully until something links against a library with the same symbol names and loads them before we get...

enhancement
help wanted