I am using pycharm and python3.10 and I have installed PyQt5 When using this snippet
import sys
from PyQt5.QtWidgets import QApplication
from PyQt5.QtCore import QUrl
from PyQt5.QtWebEngineWidgets import QWebPage
I got an error:
from PyQt5.QtWebEngineWidgets
what should I do now and tried uninstalling it and reinstalling option but it didn't work so if I could have some help then it will be grateful to me, please.