-
**What's the problem this feature will solve?**
Providing better guidance to users when they fail to upload a wheel with a "linux" platform tag
Currently these users get an opaque error message l…
-
I would like to have wheels distributed in PyPi which may possibly avoid installation issues. Something like including the binaries of Pango can be done so that users no need to download it manually(W…
-
Hi,
Running auditwheel repair may generate subtly different versions of the wheel, depending on the exact version of so libraries being included.
When looking at the wheel or otherwise running pip f…
-
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 th…
-
Hi,
Do you know if it would be possible to provide wheels (manylinux one even https://github.com/pypa/manylinux ) for this package?
The project can be built as a wheel just fine with `python -m …
-
-
The version of auditwheel in the manylinux was bumped from 3 to 4, with a change in the naming scheme for wheels that [broke AWS's wheel downloads](numpy/numpy#18988). This was unexpected for a bugfix…
-
Status:
The container manylinux2014_x86_64 does not work because of outdated repo url. The container from `cibuildwheel` cannot be used because it does not have `sudo`.
It seems people build the…
-
#644 Enables the production of python wheels built using the manylinux2014 image to provide support for linux installations using glibc 2.17 or newer.
These wheels are still suffixed `linux_x86_64`…
-
The CUDA 11.0 build in #56 bloats the wheel package size from 85.5 MB to 216.5 MB. Needs to investigate file size reduction.