-
That's also why auditwheel doesn't include it for manylinux, it's not referenced. This translates to about 200k wheel size reduction, half a meg installed.
This also means we don't actually need to…
-
Hello, I am using auditwheel to repair a wheel of my package. But when executing the program, an error occur as following:
```
Error: Dynamic linking error: cannot resolve symbol dgemm_
at st…
-
Shared libraries that are copied across should ideally be part of the SBOM generated on a given wheel, but these are currently not captured by any tooling. Auditwheel should provide a SBOM (and perhap…
-
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 …
-
OS and Python version: Ubuntu 22.04, Python 3.10.12
Reproduce the issue by running the following without root privileges:
```
pip install aestream
```
or
```
pip install --user aestream…
-
Given discussion [here](https://mail.python.org/pipermail/distutils-sig/2016-February/028251.html) and [here](https://mail.python.org/pipermail/distutils-sig/2016-February/028252.html), it sounds like…
-
Currently the linux wheel of _v87.6_ doesn't contain the following shared libraries:
- `libGL.so.1`
- `libexpat.so.1`
- `libz.so.1`
- `libstdc++.so.6`
Is there a way to include those into the w…
-
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 l…
-
Please consider checking that a module library has undefined python symbols to verify that it has not been statically linked against libpython.a
I am using CMake as a build tool so it's a bit more ma…
-
### Package name
cryptography
### Package version
43.0.0
### PyPI URL
https://pypi.org/project/cryptography/
### piwheels URL
https://www.piwheels.org/project/cryptography/
###…