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
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