简体   繁体   English

ModuleNotFoundError:没有名为“PyQt5.QtWebEngineWidgets”的模块

[英]ModuleNotFoundError: No module named 'PyQt5.QtWebEngineWidgets'

I decided to try and build a simple web browser with python, but even after running pip install PyQt5 and PyQtWebEngine I still get the error ModuleNotFoundError: No module named 'PyQt5.QtWebEngineWidgets' .我决定尝试使用 python 构建一个简单的网络浏览器,但即使在运行pip install PyQt5PyQtWebEngine之后,我仍然收到错误ModuleNotFoundError: No module named 'PyQt5.QtWebEngineWidgets'

And before you redirect me to the many other posts on this topic I have tried most of the solutions not they do not work.在您将我重定向到有关该主题的许多其他帖子之前,我已经尝试了大多数解决方案,但它们不起作用。 (I do have the latest version of pip) (我有最新版本的 pip)

Fixed it nvm (I installed python 3.11)修复它 nvm(我安装了 python 3.11)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM