Add-on Product Installer Error "Something Unexpected Occured"
Mostrar comentarios más antiguos
While I was installing add-ons (Image Processing Toolbox and Communication Toolbox), after some time
" Something Unexpected Occurred
To resolve this issue, contact Technical Support" shows up at the installer and cancels the installation. Why this happens and how I can solve it?
Edit: I downloaded the MATLAB installer from the website, chose the toolboxes I want and started the installation. I didn't choose the packages/toolboxes I already have installed.
Respuestas (1)
Soham Chakraborty
el 3 de En. de 2020
0 votos
HI,
If you are receiving this error when installing any support package in MATLAB R2016b, apply the following patch to your MATLAB installation (instructions included): www.mathworks.com/support/bugreports/1507667
If you are still experiencing this error after trying the above, locate your MATLAB installer log file. For more information on locating your installer log file, please reference this article:Where are the MATLAB installation log files located?
If you need further assistance, please contact MathWorks support and attach your MATLAB installer log file.
12 comentarios
Prabhakar Naik
el 26 de En. de 2020
I am getting the same error in 2019b release. Is the same patch applicable?
Marie Pape
el 5 de Feb. de 2020
I am also getting this error on the 2019b release.
Semih
el 5 de Feb. de 2020
Did you solve this problem?
Guilherme Aguiar
el 10 de Feb. de 2020
2019b and the same ocurred
Bryan
el 4 de Mzo. de 2020
Hi, I got this error in 2019b on Linux Ubuntu 19.10 when adding a toolbox.
After going through the log files, I found that it is due to the Matlab installer making a mess of the permissions and installation pathways.
I gave my user account full permission over matlab directories in Linux.
Assuming you used the default install directories when installing Matlab, you can fix it as following in the Linux terminal:
sudo chown -R myusername /usr/local/MATLAB/R2019b
you may also need to do:
sudo chown -R myusername /home/myusername/.matlab/R2019b
Would be cool if Mathworks could get things right out of the box, instead of leaving the users to sort these things out. A Matlab install in Linux seems to take the best part of half of day of troubleshooting, as well as setting up symbolic links, etc.
Jens Müller
el 20 de Mzo. de 2020
Thanks for that hint. It worked for me, too.
Andreina Rascon
el 29 de Abr. de 2020
This worked for me, I have Ubuntu 18.04 and matlab 2019b
john
el 20 de Jun. de 2020
how can i solve this issue in windows 10?
Rajashekhar R
el 22 de Dic. de 2020
Yeah, same problem for me also. How to solve this in WINDOWS 10 pc for R2019b?
Zeliha YILDIRIM
el 25 de Mayo de 2021
Thanks, it worked :)
Agathe Jouneau
el 7 de Jun. de 2021
@Bryan Thanks a lot! It also worked on Mac for me with the command:
sudo chown -R myusername /Applications/MATLAB_R2020b.app
Jerusalem Teklu
el 19 de Feb. de 2023
Categorías
Más información sobre Introduction to Installation and Licensing en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!