After installing several python packages, I get following error when trying to launch Spyder from Anaconda. Not sure what I messed up during package install, but unable to remove it from Anaconda to install it back. Have tried --reset command as well to no avail.
Traceback (most recent call last):
File "C:\Users\USERNAME\Anaconda3\Scripts\spyder-script.py", line 10, in
sys.exit(main())
File "C:\Users\USERNAME\Anaconda3\lib\site-packages\spyder\app\start.py", line 233, in main
from spyder.app import mainwindow
File "C:\Users\USERNAME\Anaconda3\lib\site-packages\spyder\app\mainwindow.py", line 59, in
from qtpy import QtWebEngineWidgets # analysis:ignore
File "C:\Users\USERNAME\Anaconda3\lib\site-packages\qtpy\QtWebEngineWidgets.py", line 22, in
from PyQt5.QtWebEngineWidgets import QWebEnginePage
ValueError: PyCapsule_GetPointer called with incorrect name
Let me know how to fix the error so I that Spyder can be launched again from Anaconda without any errors.