bug提示如上所示:This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
尝试一:https://www.cnblogs.com/hywing/p/18240487
(安装Qt过程可参考,但debug无果)
尝试二:https://blog.csdn.net/m0_62919535/article/details/129014615
(PyCharm配置PyQt5设计UI写得挺好,但我的问题不是出在这里)
尝试三:https://stackoverflow.com/questions/41994485/how-to-fix-could-not-find-or-load-the-qt-platform-plugin-windows-while-using-m/55617809#55617809
(解决了,虽然刚开始就在中文搜索引擎下get到大概是环境变量的问题,但是不知道怎么搞,so stackoverflow yyds!)
最终解决方案: