-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
No prebuilt found for arm64 #1662
Comments
Leaving a dot here as I'm in the same boat currently. |
I am also missing an ARM build, I don't think it is 64. I have a raspberry pi 3 running Raspberry Pi OS and I am trying to use a discord bot that required canvas.
|
FYI: was able to build the package without error (Raspberry PI 3, Ubuntu 20.04 arm64):
See also: #1511 |
Given today's announcement from AWS re ARM based Lambda being generally available, will the std npm deploy ship with an appropriate binary? |
It is painful to use node-canvas on Apple Silicon. |
Same issues on Arch aarch64, I fixed it by installing pango & cairo, so |
I hit this when I did an upgrade my base image from: In the image is already this:
to be able to build it from source... The build was trying to download this URL: |
latest version of rsvp(https://github.com/tildeio/rsvp.js ) and then a global install of node-pre-gyp is required again followed by installing latest version of canvas. Worked for me. |
Any updates? |
Found a proposed solution here for M1 Mac. ✅ TL;DR:
|
The issue shouldn't be closed since there are still no ARM64 binaries available. Can one of maintainers reopen? |
Any update on this? Prebuilt arm images would be greatly appreciated :) |
I really hope the latest version will have arm64 pre-builds added eventually as I need to them to contribute to a project |
This seems to be a drop-in replacement (minus some changes to font loading iirc) without the need for build during install for arm: |
Issue or Feature
There seems to be a missing arm64 build of canvas, build from source fails on arm64 as well.
Steps to Reproduce
Your Environment
Logs
when attempting to build directly on my Pi4
When attempting --build-from-source
Works fine on AMD64 architecture just not ARM64.
The text was updated successfully, but these errors were encountered: