Hi Nick. Kudos for the good work. Just wanted to point out that while installing arch -x86_64 brew install openssl@1.1 on the rosetta terminal, I got this brew error:
Error: Cannot install under Rosetta 2 in ARM default prefix (/opt/homebrew)!
To rerun under ARM use:
arch -arm64 brew install ...
To install under x86_64, install Homebrew into /usr/local.
I don't know why this wasn't experienced by anybody else. I am looking into this and would like to know if someone already solved it. 🤠
Finally! I resolved this issue. Now, I am able to start a localnet node in my Mac M1.
From this step where, you are stuck, just continue installing under ARM architecture. Then, follow my notes here. github.com/abhi3700/sol-playground...
You will be able to run on M1. I tested for Solana version 1.8.5.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Hi Nick. Kudos for the good work. Just wanted to point out that while installing
arch -x86_64 brew install openssl@1.1on the rosetta terminal, I got this brew error:I don't know why this wasn't experienced by anybody else. I am looking into this and would like to know if someone already solved it. 🤠
Even I am facing this same issue.
Would like to hear from reply from others
Finally! I resolved this issue. Now, I am able to start a localnet node in my Mac M1.
From this step where, you are stuck, just continue installing under ARM architecture. Then, follow my notes here. github.com/abhi3700/sol-playground...
You will be able to run on M1. I tested for Solana version 1.8.5.