You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The root cause is that quay.io/pypa/manylinux2014_aarch64:2021-12-12-e5100b5 contains a LD_LIBRARY_PATH=/opt/rh/devtoolset-10/root/usr/lib64:/opt/rh/devtoolset-10/root/usr/lib:/opt/rh/devtoolset-10/root/usr/lib64/dyninst:/opt/rh/devtoolset-10/root/usr/lib/dyninst:/usr/local/lib64 env var but /opt/rh/devtoolset-10/root/usr/lib64/dyninst does not exist.
Bug Description
I tried to build a wheel for my package inside aarch64 manylinux2014 container
Crash report:
Your Python version (
python -V
)Python 3.7
Your pip version (
pip -V
)pip 21.3.1
What bindings you're using
pyo3
Does
cargo build
work?If on windows, have you checked that you aren't accidentally using unix path (those with the forward slash
/
)?Steps to Reproduce
Run manylinux container:
docker run --rm -ti quay.io/pypa/manylinux2014_aarch64:2021-12-12-e5100b5
Commands to run inside the container:
The text was updated successfully, but these errors were encountered: