Problems installing on Mac sequoia #1807
Answered
by
iok-ui
anneliesvantwesteinde-blip
asked this question in
Q&A
-
|
Hi, Somehow my computer refuses to install Braph 2.0.1. I have a Mac Sequoia 15.7.3 and have tried many different matlab versions (2025b, 2022a, 2022b, 2024 etc), but it doesn't work. I am a bit clueless at the moment. Is my mac-version the problem? IT is an older intel computer. Thanks! Annelies |
Beta Was this translation helpful? Give feedback.
Answered by
iok-ui
Apr 25, 2026
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Hi Annelies,
Thank you for choosing BRAPH 2!
From the screenshot, it looks like you are running
braph2genesisto regenerate the executable code. However, the executable code is already available in the repository inside thebraph2folder, so you could skip the code generation and use the software already.The error itself seems more related to the MATLAB installation. MATLAB on Apple Silicon Macs requires a specific installation setup. Please refer to the MATLAB instructions here:
https://www.mathworks.com/support/requirements/apple-silicon.html
This should help you check whether you have installed the correct MATLAB version and the required components, such as the Java Runtime Environmen…