-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Outdated version of downstream sharp-phash #2904
Comments
Hi, did you mean to ask this question on the I recommend you upgrade to the latest |
Hi, I open an issue on sharp-phash repo : btd/sharp-phash#10 I tested your recommendation :
I still facing the same problem |
Are you able to reproduce this using only sharp (i.e. without phash) and without a globally-installed libvips? |
I have just tested the installation without installing libvips globally (with sharp-phase) and i'm facing this error log :
I'm trying right now to test with only sharp. I will come back to you later |
Hi, I cannot using sharp without installing libvips globally. You can see the installation error above. |
My advice for those using ARM64 CPUs is to opt for a more modern OS, perhaps Fedora instead of CentOS if you're keen on RedHat derivatives. |
Please see #2837 and lovell/sharp-libvips#114 |
Are you using the latest version? Is the version currently in use as reported by
npm ls sharp
the same as the latest version as reported bynpm view sharp dist-tags.latest
?I use the lib [email protected] that use [email protected]
What are the steps to reproduce?
This lib works perfectly well on classical AWS processor but I tried to run my code on AWS Graviton with ARM Neoverse 64 bits and I face this exception :
The code of sharp-phash is trying to use sharp on image as you can see :
source code
Are you able to provide a minimal, standalone code sample, without other dependencies, that demonstrates this problem?
No
Are you able to provide a sample image that helps explain the problem?
No
What is the output of running
npx envinfo --binaries --system
?Questions / Notes
Thank you for your time
The text was updated successfully, but these errors were encountered: