I appreciate the Mac M1 tips at the end! Many of my readers have had issues working with Brownie on their ARM hardware, and I haven't had a good resources to point them to π
I've tried `xcode-select --install`, `softwareupdate --install-rosetta --agree-to-license`, `npm install ganache --global` on my M1 MBP (Python 3.9.6) but still running into an issue where Brownie attempts to download the AMD64 version of solc for OSX. I also tried running it through Docker and with VS Code's Dev Containers, but running into the same underlying ARM issue. Anyone stuck in a similar boat?
I appreciate the Mac M1 tips at the end! Many of my readers have had issues working with Brownie on their ARM hardware, and I haven't had a good resources to point them to π
We had the same issues, thanks for pointing this out.
I've tried `xcode-select --install`, `softwareupdate --install-rosetta --agree-to-license`, `npm install ganache --global` on my M1 MBP (Python 3.9.6) but still running into an issue where Brownie attempts to download the AMD64 version of solc for OSX. I also tried running it through Docker and with VS Code's Dev Containers, but running into the same underlying ARM issue. Anyone stuck in a similar boat?
same issue under Brownie's GitHub: https://github.com/eth-brownie/brownie/issues/1635
Appreciate the shoutout! Iβm very excited to see all the development work going into these frameworks, will have to sit down with Ape soon π