How to Fix "The Live Editor is unable to run in the current system configuration."

7 ビュー (過去 30 日間)
Enrique Garcia
Enrique Garcia 2019 年 12 月 12 日
回答済み: Gagan Baishya 2021 年 9 月 17 日
There are several threads about this but none of the solutions work or are for Ubuntu Systems.
Im running Windows 10 and R2018a. And I cannot make or read live scripts with the following error message:
How to Fix "The Live Editor is unable to run in the current system configuration."
Please help,
Thanks

回答 (1 件)

Gagan Baishya
Gagan Baishya 2021 年 9 月 17 日
Hi Enrique,
This is a bug in MATLAB R2017b (and later) that affects Ubuntu 17.04 (and later). 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.
As a workaround, please run the following command in the terminal to install the missing library:
sudo apt-get install libgconf2-4

カテゴリ

Help Center および File ExchangeIntroduction to Installation and Licensing についてさらに検索

製品


リリース

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by