Estoy tratando de instalar scipy and numpy en Ubuntu 16.04 pero sigo recibiendo el siguiente error. ¿Alguien puede decirme cómo instalar las dependencias?
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.
Asegúrese de que sus fuentes de repos están actualizadas. Ejecute el siguiente comando para corregir dependencias rotas o faltantes. el comando sudo apt install -f Above solo descargará las dependencias faltantes si ya ha instalado el paquete.
—
sgiri