Anaconda 类RunLoopModeTracker在两个位置都实现。Can';t打开Spyder

Anaconda 类RunLoopModeTracker在两个位置都实现。Can';t打开Spyder,anaconda,spyder,Anaconda,Spyder,我不知道我在做什么 MacOS版本10.13.4和Python 3.7.3 我已经安装了anaconda并且使用spyder,但是我想我应该使用命令pip install spyder terminal安装spyder terminal,因为我想这就是我让终端显示的方式?无论如何,现在当我尝试打开spyder时,我得到了以下错误: objc[1685]: Class RunLoopModeTracker is implemented in both /anaconda3/lib/python3.

我不知道我在做什么

MacOS版本10.13.4和Python 3.7.3

我已经安装了anaconda并且使用spyder,但是我想我应该使用命令
pip install spyder terminal
安装spyder terminal,因为我想这就是我让终端显示的方式?无论如何,现在当我尝试打开spyder时,我得到了以下错误:

objc[1685]: Class RunLoopModeTracker is implemented in both /anaconda3/lib/python3.7/site-packages/PyQt5/Qt/lib/QtCore.framework/Versions/5/QtCore (0x117d8e270) and /anaconda3/lib/libQt5Core.5.dylib (0x11fabda80). One of the two will be used. Which one is undefined.
Traceback (most recent call last):
  File "/anaconda3/bin/spyder", line 11, in <module>
    sys.exit(main())
  File "/anaconda3/lib/python3.7/site-packages/spyder/app/start.py", line 186, in main
    from spyder.app import mainwindow
  File "/anaconda3/lib/python3.7/site-packages/spyder/app/mainwindow.py", line 90, in <module>
    from qtpy import QtWebEngineWidgets  # analysis:ignore
  File "/anaconda3/lib/python3.7/site-packages/qtpy/QtWebEngineWidgets.py", line 22, in <module>
    from PyQt5.QtWebEngineWidgets import QWebEnginePage
ValueError: PyCapsule_GetPointer called with incorrect name
objc[1685]:类RunLoopModeTracker在/anaconda3/lib/python3.7/site-packages/PyQt5/Qt/lib/QtCore.framework/Versions/5/QtCore(0x117d8e270)和/anaconda3/libQt5Core.5.dylib(0x11fabda80)中实现。将使用其中一个。哪一个是未定义的。
回溯(最近一次呼叫最后一次):
文件“/anaconda3/bin/spyder”,第11行,在
sys.exit(main())
文件“/anaconda3/lib/python3.7/site packages/spyder/app/start.py”,主文件第186行
从spyder.app导入主窗口
文件“/anaconda3/lib/python3.7/site packages/spyder/app/mainwindow.py”,第90行,在
从qtpy导入QtWebEngineWidgets#分析:忽略
文件“/anaconda3/lib/python3.7/site packages/qtpy/QtWebEngineWidgets.py”,第22行,在
从PyQt5.QtWebEngineWidgets导入QWebEnginePage
ValueError:调用PyCapsule_GetPointer时名称不正确

我尝试卸载anaconda,然后重新安装/更新并重新安装spyder,但仍然无法打开。有人知道如何修复吗?

(此处为Spyder maintainer)使用此命令
pip install Spyder terminal
,您破坏了Anaconda安装。重新安装后,请不要像那样安装spyder终端,而是使用其for conda中提供的说明。我有相同的问题,通过参考