Traceback (most recent call last):
File “C:\Users\User1\anaconda3\envs\Py37\lib\site-packages\qtpy\QtWebEngineWidgets.py”, line 29, in
from PyQt5.QtWebEngineWidgets import QWebEnginePage
ModuleNotFoundError: No module named ‘PyQt5.QtWebEngineWidgets’
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File “C:\Users\User1\anaconda3\envs\Py37\Scripts\spyder-script.py”, line 10, in
sys.exit(main())
File “C:\Users\User1\anaconda3\envs\Py37\lib\site-packages\spyder\app\start.py”, line 233, in main
from spyder.app import mainwindow
File “C:\Users\User1\anaconda3\envs\Py37\lib\site-packages\spyder\app\mainwindow.py”, line 57, in
from qtpy import QtWebEngineWidgets # analysis:ignore
File “C:\Users\User1\anaconda3\envs\Py37\lib\site-packages\qtpy\QtWebEngineWidgets.py”, line 39, in
) from error
qtpy.QtModuleNotInstalledError: The QtWebEngineWidgets module was not found. It must be installed separately as PyQtWebEngine.