Open mgiessing opened 2 years ago
Welcome to Apache MXNet (incubating)! We are on a mission to democratize AI, and we are glad that you are contributing to it by opening this issue. Please make sure to include all the relevant context, and one of the @apache/mxnet-committers will be here shortly. If you are interested in contributing to our project, let us know! Also, be sure to check out our guide on contributing to MXNet and our development guides wiki.
Description
When I build mxnet python3 wheel for ppc64le architecture everything seems to work in the build container, but if I install the wheel somewhere else (besides the build container) it throws errors about not finding libraries. Usually those issues are handled via
auditwheel repair --plat ...
but it seems like the packaging is still wrong for mxnet.Error Message
This issue happens if i install the wheel in a
python:3.7
container viapip3 install mxnet-1.9.0-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
To Reproduce
1 Start build container:
docker run -ti --rm quay.io/pypa/manylinux2014_ppc64le
2 Build script:
What have you tried to solve it?
Environment
I'm building on manylinux2014_ppc64le and using it on "regular" docker.io/python:3.7 container