ZK Sync Foundry & M1 Mac Issues #3003
-
Hey Team, Every time I try to run the command foundryup-zksync I get the below error. I am using brew on a silicon chip M2 2022 Mac Air. I have tried upgrading my terminal with the ar64 as some errors and help forums & chatgpt said but I seem to be going in circles trying to get this working. Can someone help me please? dyld[48910]: Library not loaded: /opt/homebrew/opt/libusb/lib/libusb-1.0.0.dylib |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I am unsure what could be wrong here. |
Beta Was this translation helpful? Give feedback.
-
For anyone who had this issue, the problem was brew was installed to a different path which wasn't using the ARM64 architecture so I needed to:
|
Beta Was this translation helpful? Give feedback.
For anyone who had this issue, the problem was brew was installed to a different path which wasn't using the ARM64 architecture so I needed to:
uninstall it and force it to install at /opt/homebrew
add this to the path export PATH="/opt/homebrew/bin:$PATH"
finally install this brew install libusb