-
Notifications
You must be signed in to change notification settings - Fork 5
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
Unable to run in Mac M1 #123
Comments
Hi Biraj, Unfortunately, currently only Linux & Mac OS are supported (mainly because, I only have access to those systems...) To install on MAC you will need to install from source as I do not ship pre-built binaries, and a pre-requisite is to have recent versions of GMP, MPFR and MPC multi-precision arithmetic libraries installed on your system. I do not use Mac so I cannot help much more, if you manage to install I can only update the installation instruction I guess. I will keep this issue open for a while in case someone else can support. |
Thank you! Will try a few things. |
Hey @GBillotey. The issue is fixed. Thankyou for pointing me in the right direction. Have sent a PR. Please review! #124 |
So, I am having an issue running the project on M1 Mac.
The error is as follows:
I tried to look into the issue and found a similar solution for missing gmp.h here at OpenZeppelin/nile#22
However, the error still persists. I tried all the solutions mentioned, but am having issues running them.
The text was updated successfully, but these errors were encountered: