-
### Issue type
Bug
### Have you reproduced the bug with TensorFlow Nightly?
No
### Source
binary
### TensorFlow version
2.14
### Custom code
No
### OS platform and distri…
-
Hi,
I've added the repairwheels step to setup.py and it is working fine. Unfrotunately your tool breaks when run via cibuildwheel on musllinux. I seems that you ship with audittool that only work…
-
I tried compiling Pyxel with Maturin 1.7.1+.
I changed an option in Pyxel's makefile from `--skip-auditwheel` to `--auditwheel skip` and then the compilation finished.
But when run an application,…
-
### Bug Description
Hi.
I tried compiling Pyxel with Maturin 1.7.1+.
I changed an option in Pyxel's makefile from `--skip-auditwheel` to `--auditwheel` skip and then the compilation finished.
Bu…
kitao updated
22 hours ago
-
### Scenario & Reproduction Steps
We build wheels ourself due to security concerns on linux. And then pass it over to auditwheel.
Auditwheel checks if there are any binary libraries that needs to be…
-
I'm using audiowheel in the project https://github.com/thewh1teagle/piper-phonemize-fork and I would like to repair the wheel to include the required shared libraries on Linux.
When trying to repai…
-
**Describe the bug**
I have a binary in a Python wheel that I have processed with auditwheel that segfaults. The segfaults go away if I downgrade to patchelf
-
When running auditwheel on linux_riscv64 wheel it crashes.
```
[189:24] Fixing wheelhouse/cryptography-38.0.4-cp311-cp311-linux_riscv64.whl
[189:24] AssertionError: [{'name': 'linux_riscv64', 'al…
-
Use auditwheel to validate generated wheels in our tests and document how projects should use it in their project configuration.
-
Tools that bundle software into wheels on behalf of users post-build, typically during continuous integration runs. The common tools that I've seen for this are:
* [ ] auditwheel (manylinux, muslli…