Closed
Description
Hi Team,
I have been working on fonttools for arm64 and it has a dependency on skia-pathops.
Tried installing it through pypi source code, but it looks like skia-pathops is not available for arm64 currently and so got this error:
ERROR: Failed building wheel for skia-pathops
Failed to build skia-pathops
ERROR: Could not build wheels for skia-pathops which use PEP 517 and cannot be installed directly
Do you have any plans of releasing it for arm64?
It would be very helpful if skia-pathops will support arm64 too.
Metadata
Metadata
Assignees
Labels
No labels
Activity
alerque commentedon Aug 10, 2021
Does chromium build for arm64?
eliheuer commentedon Sep 20, 2021
I'm having the same issue on an M1 mac 11.6 desktop, the same error from above,
is causing
pip3 install gftools
to fail for me: googlefonts/gftools#415eliheuer commentedon Sep 20, 2021
@alerque as far as I know yes: https://chromium.googlesource.com/chromium/src.git/+/main/docs/mac_arm64.md
also build arm64 (aka aarch64) wheels for Linux
try to build libskia for linux aarch64 (ARM64) platform
anthrotype commentedon Oct 1, 2021
Let's keep this issue open, as I only partly addressed the request in #50: we now build universal2 wheels for mac, which include support for the
arm64
architecture, but not yet for linuxarm64
(also known asaarch64
) architecture.That seems to be more involved. Looks like the skia buildtools don't come with a precompiled
gn
for linux-aarch64.I'll continue to investigate another time when I'll get the chance.
fonttools/skia-builder#4
[-]Add Arm64 support [/-][+]Add Linux Arm64 support [/+]build wheels for Linux aarch64 (#51)
anthrotype commentedon Oct 4, 2021
@odidev skia-pathops v0.7.1 now ships with linux-aarch64 (arm64) wheels as well, please test, thanks!
https://pypi.org/project/skia-pathops/0.7.1/#files