I'm having an issue opening Spyder. I was writing code using PyQt to make a GUI and now my Spyder gives an error and won't open. If anyone knows how to deal with this error, please let me know.
objc[6276]: Class RunLoopModeTracker is implemented in both /Users/dwaynesmith/opt/anaconda3/lib/python3.7/site-packages/PyQt5/Qt/lib/QtCore.framework/Versions/5/QtCore (0x11a64e110) and /Users/dwaynesmith/opt/anaconda3/lib/libQt5Core.5.9.7.dylib (0x125aeba80). One of the two will be used. Which one is undefined.
Traceback (most recent call last):
File "/Users/dwaynesmith/opt/anaconda3/bin/spyder", line 11, in
sys.exit(main())
File "/Users/dwaynesmith/opt/anaconda3/lib/python3.7/site-packages/spyder/app/start.py", line 201, in main
from spyder.app import mainwindow
File "/Users/dwaynesmith/opt/anaconda3/lib/python3.7/site-packages/spyder/app/mainwindow.py", line 83, in
from qtpy import QtWebEngineWidgets # analysis:ignore
File "/Users/dwaynesmith/opt/anaconda3/lib/python3.7/site-packages/qtpy/QtWebEngineWidgets.py", line 22, in
from PyQt5.QtWebEngineWidgets import QWebEnginePage
ValueError: PyCapsule_GetPointer
called with incorrect name
Thanks