安装Eric6报错:Sorry, please install PyQt5.QtWebEngineWidgets.
但已经安装了PyQtWebEngine。
解决:
pip uninstall PyQt5
pip uninstall PyQt5-sip
pip uninstall PyQtWebEngine
重新执行Eric下的Python install.py,会自动重新安装PyQt5
本文介绍了解决在安装Eric6过程中遇到的一个特定错误的方法。该错误提示需要安装PyQt5.QtWebEngineWidgets,尽管已安装PyQtWebEngine。解决步骤包括卸载相关包并重新安装。
安装Eric6报错:Sorry, please install PyQt5.QtWebEngineWidgets.
但已经安装了PyQtWebEngine。
解决:
pip uninstall PyQt5
pip uninstall PyQt5-sip
pip uninstall PyQtWebEngine
重新执行Eric下的Python install.py,会自动重新安装PyQt5
1865
2万+