Need helping installing MOSEK to Matlab

I am not sure what I did wrong here or why this error happened, if anyone could please help that would be great. I am on MacOS.

Have you checked https://docs.mosek.com/9.2/toolbox/install-interface.html#troubleshooting as the message suggests? Your symptoms fit to the very first item in that section. So the question is if you ran the install script python install.py, Step 2. in https://docs.mosek.com/9.2/install/installation.html#macos

Also your paths are different for the mex file and for the Mosek binaries. Have you moved things after installing? Then the internal paths will be wrong and you should rerun the install script or maybe even install again.

If problems persist then please open a topic on https://groups.google.com/forum/#!forum/mosek since this is not really related to cvx.

1 Like

Thank you very much for your help. I did move the mosek folder after I downloaded it, I put it into my Matlab folder which is located on my desktop. How do you suggest fixing the different paths? I will try using the mosek forum, thanks.

Thank you, I got it working. Turns out, I didn’t run the install.py and after running it everything fixed itself.

1 Like