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
You provide wheel for M1 Mac, but it is not supported for Linux.
Therefore, when using Docker (python, etc) in an ARM environment, pip install of libsass takes a long time.
I would like to be able to install as fast as x86-64 architecture.
Problem
You provide wheel for M1 Mac, but it is not supported for Linux.
Therefore, when using Docker (python, etc) in an ARM environment, pip install of libsass takes a long time.
I would like to be able to install as fast as x86-64 architecture.
Resolution
Since manylinux2014 now supports arm/aarch64 in PEP 599, I propose to include it in the PyPI release.
Related Issue
The text was updated successfully, but these errors were encountered: