-
Notifications
You must be signed in to change notification settings - Fork 694
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failure to build wheel on Python 3.10.4 + AARCH64 #2434
Comments
The official docker image for python 3.10.4 is configured with the Could this affect uwsgi? |
Found the issue which led to the flag being added: docker-library/python#501. Still unsure if this is relevant to uWSGI. I will try to do my own A/B testing with the flag enabled and disabled. |
It also fails on Ubuntu 22.04 (which uses Python 3.10):
|
Sometimes same issue on Debian bullseye and python v3.10 |
Same |
Flaky builds should be fixed in 2.0.21. |
2.0.21 is a release guaranteed to incorporate the required changes. Furthermore, it fixes some flaky build problems[1]. [1] unbit/uwsgi#2434 (comment)
This is being built inside a docker container. Fails with
legacy-install-failure
. Installs fine on x86 platforms. Also worked on older versions of python.Failed build details:
Python version: 3.10.4
Arch: linux/arm64
Host OS: Ubuntu 20.04
Docker Image: python:3.10.4-bullseye (official image)
Most Recent Successful Build:
Python version: 3.9.12
Arch: linux/arm64
Host OS: Ubuntu 20.04
Docker Image: python:3.9.12-bullseye (official image)
The text was updated successfully, but these errors were encountered: