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 problem of wheels is that there is no PEP specification for linux ARM wheels. The manylinux1 and manylinux2010 platform tags only apply to x86(_64), due to being based on Centos7, which does not support anything else. So before any wheels could be uploaded, a manylinux standard for ARM would be required.
The result of this is that packages that have a lot of dependencies build slowly on arm64.
The text was updated successfully, but these errors were encountered:
I have a report from @NotAFile at https://github.com/WorksOnArm/cluster/issues/116#issuecomment-463818754 that there are no wheels for arm64.
The result of this is that packages that have a lot of dependencies build slowly on arm64.
The text was updated successfully, but these errors were encountered: