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
I found that cryptography only provides x86_64 and aarch64 architecture support on musl. In some embedded Linux devices, due to the volume problem, they will use musl as the c library, such as openwrt, etc.
I want to know why cryptography does not currently provide the wheel pre-compiled package of musl armv7l architecture. I can work normally through cross-compilation, but the construction process is quite complicated. Is this a technical limitation?