recebendo erro ao instalar o spyder [duplicado]

0

Estou tentando instalar o Spyder no Ubuntu 16.04, mas não funciona. Eu recebi esta mensagem de erro

$ sudo apt-get install spyder 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 spyder : Depends: python-spyderlib (= 2.3.8+dfsg1-1build1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

sudo apt install python-spyderlib spyder não funcionou para mim:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  python-spyderlib : Depends: python-sphinx but it is not going to be installed
                    Depends: libjs-jquery but it is not installable
                    Depends: python-qt4 but it is not installable
                    Recommends: ipython-qtconsole but it is not going to be installed
                    Recommends: pep8 but it is not going to be installed
                    Recommends: pyflakes (>= 0.5.0) but it is not going to be installed
                    Recommends: pylint but it is not going to be installed
                    Recommends: python-bs4 but it is not installable
                    Recommends: python-jedi but it is not going to be installed
                    Recommends: python-matplotlib but it is not installable
                    Recommends: python-numpy but it is not installable
                    Recommends: python-pandas but it is not going to be installed
                    Recommends: python-psutil (>= 0.3.0) but it is not installable
                    Recommends: python-scipy but it is not installable
                    Recommends: python-spyderlib-doc (= 2.3.8+dfsg1-1build1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

PS: Estou instalando o python 2.7.12 e 3.5.2

    
por yok 27.08.2017 / 15:40

0 respostas