<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[This application failed to start because no Qt platform plugin could be initialized.]]></title><description><![CDATA[<p dir="auto">Hi I am getting this error and dont understand why</p>
<p dir="auto">QFactoryLoader::QFactoryLoader() checking directory path "C:/Users/.conda/envs/ds2/Library/plugins/platforms" ...<br />
QFactoryLoader::QFactoryLoader() looking at "C:/Users/.conda/envs/ds2/Library/plugins/platforms/qdirect2d.dll"<br />
Found invalid metadata in lib C:/Users/.conda/envs/ds2/Library/plugins/platforms/qdirect2d.dll: Invalid metadata version<br />
"Failed to extract plugin meta data from 'C:/Users/.conda/envs/ds2/Library/plugins/platforms/qdirect2d.dll'"<br />
not a plugin<br />
QFactoryLoader::QFactoryLoader() looking at "C:/Users/.conda/envs/ds2/Library/plugins/platforms/qminimal.dll"<br />
Found invalid metadata in lib C:/Users/.conda/envs/ds2/Library/plugins/platforms/qminimal.dll: Invalid metadata version<br />
"Failed to extract plugin meta data from 'C:/Users/.conda/envs/ds2/Library/plugins/platforms/qminimal.dll'"<br />
not a plugin<br />
QFactoryLoader::QFactoryLoader() looking at "C:/Users/.conda/envs/ds2/Library/plugins/platforms/qoffscreen.dll"<br />
Found invalid metadata in lib C:/Users/.conda/envs/ds2/Library/plugins/platforms/qoffscreen.dll: Invalid metadata version<br />
"Failed to extract plugin meta data from 'C:/Users/.conda/envs/ds2/Library/plugins/platforms/qoffscreen.dll'"<br />
not a plugin<br />
QFactoryLoader::QFactoryLoader() looking at "C:/Users/.conda/envs/ds2/Library/plugins/platforms/qwindows.dll"<br />
Found invalid metadata in lib C:/Users/.conda/envs/ds2/Library/plugins/platforms/qwindows.dll: Invalid metadata version<br />
"Failed to extract plugin meta data from 'C:/Users/.conda/envs/ds2/Library/plugins/platforms/qwindows.dll'"<br />
not a plugin<br />
QFactoryLoader::QFactoryLoader() checking directory path "C:/Users/.conda/envs/ds2/platforms" ...<br />
qt.qpa.plugin: Could not find the Qt platform plugin "windows" in ""<br />
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.</p>
<p dir="auto">I created a env with 3.9 python installed the pyside6 and run the application and works fine, but after I installed jupyter notebook in this env then I get this error, and I dont get why.</p>
<p dir="auto">Thanks in advance.</p>
]]></description><link>https://forum.qt.io/topic/128070/this-application-failed-to-start-because-no-qt-platform-plugin-could-be-initialized</link><generator>RSS for Node</generator><lastBuildDate>Wed, 12 Aug 2026 06:06:24 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/128070.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 30 Jun 2021 18:09:23 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to This application failed to start because no Qt platform plugin could be initialized. on Thu, 01 Jul 2021 22:09:10 GMT]]></title><description><![CDATA[<p dir="auto">There's your issue. You have multiple installation of Qt as well doing so.</p>
<p dir="auto">I do not think PySide6 is already available on conda but you have PySide2 that is.</p>
]]></description><link>https://forum.qt.io/post/668438</link><guid isPermaLink="true">https://forum.qt.io/post/668438</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Thu, 01 Jul 2021 22:09:10 GMT</pubDate></item><item><title><![CDATA[Reply to This application failed to start because no Qt platform plugin could be initialized. on Thu, 01 Jul 2021 18:43:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sgaist">@<bdi>SGaist</bdi></a> I am not sure I understand what  you are asking, but I am using anaconda/conda for creating different envs, and on each new env when I install via pip install pyside6 qt works fine, but then I begin installing other packages via conda install such as matplotlib and jupyter notebook, and here is where the error appears.</p>
<p dir="auto">I hope with that I answer the question,</p>
<p dir="auto">Thanks!</p>
]]></description><link>https://forum.qt.io/post/668411</link><guid isPermaLink="true">https://forum.qt.io/post/668411</guid><dc:creator><![CDATA[TheOneManArmy]]></dc:creator><pubDate>Thu, 01 Jul 2021 18:43:44 GMT</pubDate></item><item><title><![CDATA[Reply to This application failed to start because no Qt platform plugin could be initialized. on Thu, 01 Jul 2021 18:40:01 GMT]]></title><description><![CDATA[<p dir="auto">Are they coming from different channels ?</p>
]]></description><link>https://forum.qt.io/post/668409</link><guid isPermaLink="true">https://forum.qt.io/post/668409</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Thu, 01 Jul 2021 18:40:01 GMT</pubDate></item><item><title><![CDATA[Reply to This application failed to start because no Qt platform plugin could be initialized. on Thu, 01 Jul 2021 18:26:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sgaist">@<bdi>SGaist</bdi></a> said in <a href="/post/668387">This application failed to start because no Qt platform plugin could be initialized.</a>:</p>
<blockquote>
<p dir="auto">I would try using a clean environment just to be sure everything</p>
</blockquote>
<p dir="auto">I have created multiple env for testing this, and some of the python packages mess with this, matplotlib and jupyter are some examples, they change that particular path, what can I do to correct this without manipulating the files?</p>
<p dir="auto">Thanks!</p>
]]></description><link>https://forum.qt.io/post/668406</link><guid isPermaLink="true">https://forum.qt.io/post/668406</guid><dc:creator><![CDATA[TheOneManArmy]]></dc:creator><pubDate>Thu, 01 Jul 2021 18:26:00 GMT</pubDate></item><item><title><![CDATA[Reply to This application failed to start because no Qt platform plugin could be initialized. on Thu, 01 Jul 2021 17:47:14 GMT]]></title><description><![CDATA[<p dir="auto">That's the kind of manipulation that should not be needed.</p>
<p dir="auto">I would try using a clean environment just to be sure everything works appropriately.</p>
]]></description><link>https://forum.qt.io/post/668387</link><guid isPermaLink="true">https://forum.qt.io/post/668387</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Thu, 01 Jul 2021 17:47:14 GMT</pubDate></item><item><title><![CDATA[Reply to This application failed to start because no Qt platform plugin could be initialized. on Thu, 01 Jul 2021 17:12:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sgaist">@<bdi>SGaist</bdi></a> I manage to find the difference it changes the plugin folder location, one is C:\Users.conda\envs\gui\Lib\site-packages\PySide6\plugins the one that works correctly, and the other is on C:\Users.conda\envs\test\Library\plugins<br />
I replaced the folders that were invalid but I dont know if this is the appropiate solution?  It runs now appropiate but I dont know if I begin using other things this will break again.</p>
<p dir="auto">Do you know how to redirect the path for this? Thanks!</p>
]]></description><link>https://forum.qt.io/post/668363</link><guid isPermaLink="true">https://forum.qt.io/post/668363</guid><dc:creator><![CDATA[TheOneManArmy]]></dc:creator><pubDate>Thu, 01 Jul 2021 17:12:01 GMT</pubDate></item><item><title><![CDATA[Reply to This application failed to start because no Qt platform plugin could be initialized. on Wed, 30 Jun 2021 22:32:54 GMT]]></title><description><![CDATA[<p dir="auto">Hi and welcome to devnet,</p>
<p dir="auto">Can you check where the plugins are loaded from with your original environment ?</p>
]]></description><link>https://forum.qt.io/post/668166</link><guid isPermaLink="true">https://forum.qt.io/post/668166</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Wed, 30 Jun 2021 22:32:54 GMT</pubDate></item></channel></rss>