我在打开Spyder时遇到问题。我当时使用PyQt编写代码来制作GUI,现在我的Spyder出现错误,无法打开。如果有人知道如何处理此错误,请告诉我。
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
用不正确的名字叫来
谢谢