在加载labelimg的时候出现报错:
qt.qpa.plugin: Could not load the Qt platform plugin “windows” in “” even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
翻译:Qt .qpa.plugin:无法在“”中加载Qt平台插件“windows”,即使它被找到。这个应用程序启动失败,因为没有Qt平台插件可以初始化。重新安装应用程序可以解决此问题。
解决方法:
- 卸载重装labelimg,但还是出现同样的报错
- 因此考虑到可能是QT的路径问题
解决:在环境变量-系统变量里添加以下内容:
变量名:QT_PLUGIN_PATH
变量值:Qt5中plugins文件夹的位置
重启anaconda后还是没法解决 - 完全移除之前安装的PyQt5,然后重装PyQt5
pip uninstall pyqt5
pip uninstall pyqt5-tools
pip uninstall pyqt5-qt5
pip uninstall pyqt5-sip
使用conda list
查看是否还有PyQt5的库,如果没有的话则表明已清除干净。接下来就是重装PyQt5了文章来源:https://www.toymoban.com/news/detail-730768.html
pip install PyQt5 -i https://pypi.douban.com/simple
安装成功后,输入labelimg,就可以弹出软件了。
问题解决。文章来源地址https://www.toymoban.com/news/detail-730768.html
到了这里,关于【已解决】qt.qpa.plugin: Could not load the Qt platform plugin “windows“ in ““ even though it was found.的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!