-
Notifications
You must be signed in to change notification settings - Fork 99
mpm version 2025.1 is not supported. Download the latest version of mpm. #141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Having the same issue here. Old mpm versions throw the same error, e.g. when using https://ssd.mathworks.com/supportfiles/downloads/mpm/2024.4/glnxa64/mpm FYI: I cannot open a regular support ticket for this as the matlab support somehow does not accept logins atm. |
Same issue here. |
This is preventing us from updating our application |
MathWorks is currently working on an issue that has affected segments of our online systems. Some of our online services are not available. |
I tried to build image for matlab Please help |
Uh oh!
There was an error while loading. Please reload this page.
Since today, I cannot compile my docker file and I get this error:
RUN wget -q https://www.mathworks.com/mpm/glnxa64/mpm && chmod +x mpm && EXISTING_MATLAB_LOCATION=$(dirname $(dirname $(readlink -f $(which matlab)))) && sudo HOME=${HOME} ./mpm install --release=R2024b --destination=${EXISTING_MATLAB_LOCATION} --products "MATLAB Statistics_and_Machine_Learning_Toolbox Global_Optimization_Toolbox Parallel_Computing_Toolbox"
Error: mpm version 2025.1 is not supported. Download the latest version of mpm.
The text was updated successfully, but these errors were encountered: