This application is failed to start because it could not find or load Qt platform plugin "windows"
20 views (last 30 days)
Show older comments
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/958785/image.png)
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
1 Comment
Esha Chakraborty
on 12 Apr 2022
Edited: Esha Chakraborty
on 12 Apr 2022
Hi Leonardo,
Can you please share your system/OS details and the crash log?
Answers (2)
Esha Chakraborty
on 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.
0 Comments
Ilker Golcuk
on 9 Jul 2022
Edited: Ilker Golcuk
on 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")
0 Comments
See Also
Categories
Find more on Startup and Shutdown in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!