This application is failed to start because it could not find or load Qt platform plugin "windows"

23 Ansichten (letzte 30 Tage)
This is the error message I receive when I try to call python file that plots the graph. Apparently it has something to do with matplotlib. I've tried to look in internet for solution. In youtube there's video suggesting copying "platform" folder and pasting it into "bin" folder. However I couldnt find it in my miniconda nor AppData folders.
What could be the alternative solution? I need this graph but I can't get it without running python script

Antworten (2)

Esha Chakraborty
Esha Chakraborty am 14 Apr. 2022
Hi Leonardo,
Since you have not shared the crash log, a detailed insight is not possible as of yet. Hence judging from other similar occurrences, this crash seems to be being caused by a problem with the Qt library installation on your system. You will likely need to re-install or update your "windows" plugin for Qt. For more information regarding fixing the Qt installation issue, I suggest you reach out to a related Linux forum, as this issues is outside of MATLAB.
Additionally, please ensure that you are using an officially supported distribution of Linux for MATLAB. You can find the list of supported version here.

Ilker Golcuk
Ilker Golcuk am 9 Jul. 2022
Bearbeitet: Ilker Golcuk am 10 Jul. 2022
I have encountered the same problem while calling matplotlib.pyplot methods from Matlab R2022a Update 3. The following two-step approach has solved the problem on Windows 10.
Step 1) In the Anaconda Prompt, run the following code:
pip install PyQt5
Step 2) In Matlab, set the execution mode as out-of-process with the following code.
pyenv("ExecutionMode","OutOfProcess")

Kategorien

Mehr zu Startup and Shutdown finden Sie in Help Center und File Exchange

Produkte


Version

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by