cvxr / CVX

A MATLAB system for disciplined convex programming
Other
232 stars 86 forks source link

"Could not find a MOSEK MEX file" for release 2.2.2 #25

Closed Zhaoruiwang closed 5 months ago

Zhaoruiwang commented 6 months ago

I have downloaded release 2.2.2 and ran the cvx_setup, and it says "Mosek unknown" "Could not find a MOSEK MEX file."

mcg1969 commented 5 months ago

You need to follow MOSEK's instructions for setting up MOSEK in MATLAB. If MATLAB doesn't see Mosek before you run the setup script, CVX won't be able to, either.

mcg1969 commented 5 months ago

Closing, but if you can demonstrate that mosek is on your MATLAB path before you run cvx_setup, please provide a copy of the MATLAB output showing the issue.