-
We are building a C++ extension using the manylinux2014 container and we are running into some problems when using `auditwheel repair`. Currently we are using
```
# auditwheel --version
auditwhee…
-
Background: https://github.com/mapbox/rasterio/issues/1876#issuecomment-596017426.
Can we patch auditwheel so that the names of rasterio's shared library dependencies are different from those of fi…
-
Issue originally reported to https://github.com/pypa/auditwheel/issues/243:
> Since a few days, binary wheels generated for Python2.7 on Travis CI do no longer work.
When importing, the error mess…
-
We know the version of our own lib, but if someone uses their own lib, it would be nice to be validate that the versions match.
-
Numpy, Scipy, etc now provide wheels for linux using manylinux which makes installing them much easier.
It would be nice if dlib did so too, as the compilation does take quite a while.
ManyLinux: htt…
-
Although our CI is all-green for all archs now, we do often have to manually intervene with restarts, which can be tedious for maintainers.
The worst offender at the moment is the s390x (System Z) …
-
Hi,
We are seeing the following failure in the OpenStack CI ever since cryptography-2.0 was released and installed by pip. Reverting back to cryptography-1.9 fixes the issue.
```
*** Starting u…
-
Please provide the following information:
* Your python version (`python -V`): Python3.8.3
* Your pip version (`pip -V`): 20.1.1
* If this isn't the [latest pip version](https://pip.pypa.io/e…
-
Thanks to everyone that worked on adding manylinux 2014 support to auditwheel.
I'm trying to get build a manylinux 2014 whl file of TensorFlow for ppc64le, using the docker image `quay.io/pypa/many…
-
Seen with NVIDIA CUDNN 7.1.4 for CUDA 9
Symbols are versioned using the SONAME i.e. libcudnn.so.7
When setting a new SONAME , all symbols become versioned with XXXXXXXXXXXXX
When commenting the f…