-
Notifications
You must be signed in to change notification settings - Fork 77
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
[ERROR] Install ODBC on Mac M3 Apple Silicon ARM64 #390
Comments
Installing this used to work fine on a M1 machine where it'd be built from scratch, but has recently broke, I think because of nodejs/node#52229? Hopefully a new release is made from master that has #381 merged, which should hopefully fix things? |
Same here, I already installed |
Moving to having |
I tried this yesterday as well, and it fixed it for me too. Thanks for all the answers. Wishing you a wonderful rest of the week. |
I tried to install the ODBC library on my new Apple M3 (ARM64)
As it seems there there is no prebuilt for this and then it tried to compile it with node-gyp where the error occurs.
Error: https://github.com/markdirish/node-odbc/releases/download/v2.4.8/odbc-v2.4.8-darwin-arm64-napi-v6.tar.gz
If I install it like this
I get the following error
Help is really appreciated :)
The text was updated successfully, but these errors were encountered: