live script editor unable to run

21 Ansichten (letzte 30 Tage)
Federico Maggiore
Federico Maggiore am 23 Mai 2022
Beantwortet: Kapil Gupta am 1 Jun. 2022
Hi,
I'm running MATLAB R2019b on a linux machine with manjaro and suddenly the live editor stopped working with the not informative message "the live editor is unable to run in the current system configuration". I've tried the solution proposed in the arch forum but didn't work. What else can I do?
Thanks in advance

Antworten (1)

Kapil Gupta
Kapil Gupta am 1 Jun. 2022
I understand you are trying to run MATLAB on a linux machine but the live editor is unable to run.
This error can be an indication that there is an undefined symbol or missing library in your MATLAB installation. Since the release of Ubuntu 17.04, the libgconf-2.so.4 library does not get installed unless it was already on the system prior to an upgrade. However, this library is needed by the Live Editor in order to run. This could be the missing library in your configuration.
As a workaround, run the following command in the terminal to install the missing library:
sudo apt-get install libgconf2-4
For more information you can take help of the following links:

Kategorien

Mehr zu Introduction to Installation and Licensing finden Sie in Help Center und File Exchange

Produkte


Version

R2019b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by