Python程序报错“This application failed to start because it could not find or load the Qt Platforms”
新建python虚拟环境后,未安装qt和pyqt。
·
Python程序报错“This application failed to start because it could not find or load the Qt Platforms”

原因:新建python虚拟环境后,未安装qt和pyqt
解决方法:
conda install qt
conda install pyqt
更多推荐




所有评论(0)