Mac M1 Architecture Issue

Found a solution ! Thought I’d share if anyone else comes across this problem. I just needed to manually change my architecture from arm64e to x86_64 with the code
arch -x86_64 zsh

1 Like