Python 打开Anaconda软件包spykeviewer时出错

Python 打开Anaconda软件包spykeviewer时出错,python,macos,anaconda,Python,Macos,Anaconda,我正在使用Python 2.7在macOS Sierra上运行Anaconda。我希望能够经营世爵 但是我一直收到这个错误: *Traceback (most recent call last): File "/Users/becky/anaconda/envs/spykeviewer-en/bin/spykeviewer", line 11, in <module> sys.exit(main()) File "/Users/becky/anaconda/envs/s

我正在使用Python 2.7在macOS Sierra上运行Anaconda。我希望能够经营世爵

但是我一直收到这个错误:

*Traceback (most recent call last):
  File "/Users/becky/anaconda/envs/spykeviewer-en/bin/spykeviewer", line 11, in <module>
    sys.exit(main())

File "/Users/becky/anaconda/envs/spykeviewer-en/lib/python2.7/site-packages/spykeviewer/start.py", line 42, in main
    from ui.main_window_neo import MainWindowNeo

File "/Users/becky/anaconda/envs/spykeviewer-en/lib/python2.7/site-packages/spykeviewer/ui/main_window_neo.py", line 16, in <module>
    from spyderlib.widgets.variableexplorer.collectionseditor import \
ImportError: No module named spyderlib.widgets.variableexplorer.collectionseditor*

安装了哪个版本的
spyder
?您能否尝试安装2.1.0版,这似乎是spykeviewer想要的最低版本()?有可能是Spyder的较新版本重新排列了模块,并且spykeviewer无法找到它需要的内容。我已经降级了Spyder,但是现在我得到了以下错误:文件“/Users/becky/anaconda/envs/spykeviewer en/lib/python2.7/site packages/spyderlib/qt/u init_uuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuu('pyqt','pyside')断言者我不确定…您可能需要调查Spyder 2.1.0的依赖性,并查看需要安装什么。
conda install pyqt=4
conda install scipy
conda install gdata
conda install matplotlib
conda install pytables
conda install spyder
tables already installed in the environment
from terminal -> into guidata folder -> python setup.py install
from terminal -> into quiqwt -> python setup.py install
both are then in root —> open terminal in spykeviewer-en —> pip install guidata 
condo install cython
pip install guiqwt
pip install neo
pip install spykeutils
pip install spykeviewerenter