anaconda:This application failed to start because no Qt platform plugin could be initialized.

pycharm 本来可以好好的运行qt的文件的,想着学习,找了一个项目试一下,就报错了,导致以前能运行的不能用了

 anaconda:This application failed to start because no Qt platform plugin could be initialized._第1张图片

 就是报错这种的

后来找了很多环境变量啥的都不行,参考大哥的解决的问题

(49条消息) Anaconda报错no qt platform plugin could be initialized_zhang1806618的博客-CSDN博客

就是在所用的环境下再安装一下qt的东西

pip install sip
pip install PyQt5 -i https://pypi.tuna.tsinghua.edu.cn/simple
pip install PyQt5-tools -i https://pypi.tuna.tsinghua.edu.cn/simple

解决!

你可能感兴趣的:(qt,python,开发语言)