我在anaconda中创建了一个使用python2.7的新环境。之后,我为新环境安装了spyder,jupyternotebook和ipython。但后来我发现我无法打开spyder。
当我点击启动时,没有任何反应。
当我想升级python时,我也遇到了一个问题:
UnsatisfiableError: The following specifications were found to be in conflict:
- backports_abc -> python 2.7*
- python ==3.6.2
Use "conda info <package>" to see the dependencies for each package.
我不知道该怎么做才能解决这个问题。