Estou tentando instalar scipy e numpy no Ubuntu 16.04, mas continuo recebendo o seguinte erro. Alguém pode me dizer como instalar as dependências?
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-numpy : Depends: python:any (>= 2.7.5-5~)
E: Unable to correct problems, you have held broken packages.
Verifique se as fontes de repo estão atualizadas. Execute o seguinte comando para corrigir dependências ausentes ou quebradas. O comando sudo apt install -f Above somente fará o download das dependências ausentes se você já tiver instalado o pacote.
—
sgiri