Faq How do I run PLS Toolbox using Apple Silicon
Jump to navigation
Jump to search
Issue:
How do I run PLS_Toolbox on Apple Silicon devices?
Possible Solutions:
One must be running a version of MATLAB that is running natively as opposed to using Rosetta. Currently, the only Silicon-native version of MATLAB is the R2022b_beta.app.
Running from the Terminal
On Apple Silicon devices, one has the choice to run either Intel or Arm64 in Terminal.app. It is especially important to know which architecture you are running especially when installing packages via the Terminal, I.e. brew install <package>.
- To know which architecture Terminal is using, type:
arch
- To use Arm64, type:
env /usr/bin/arch -arm64 /bin/zsh
. Runningarch
returnsarm64
.
- To use Intel, type:
env /usr/bin/arch -x86_64 /bin/zsh
. Runningarch
returnsi386
.
Still having problems? Please contact our helpdesk at helpdesk@eigenvector.com