How to Fix "The Live Editor is unable to run in the current system configuration."
조회 수: 8 (최근 30일)
이전 댓글 표시
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
댓글 수: 0
답변 (1개)
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
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!