Saya mencoba untuk menginstal scipy dan numpy di Ubuntu 16.04 tapi saya tetap mendapatkan kesalahan berikut. Adakah yang bisa memberitahu saya cara menginstal dependensi?
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.
Pastikan sumber repo Anda terbaru. Jalankan perintah berikut untuk memperbaiki dependensi yang rusak atau hilang. sudo apt install -f Perintah di atas hanya akan mengunduh dependensi yang hilang jika Anda telah menginstal paket.
—
sgiri