Ubuntu 16.04 üzerinde scipy ve numpy yüklemeye çalışıyorum ama aşağıdaki hatayı almaya devam ediyorum. Birisi bana bağımlılıkları nasıl kuracağımı söyleyebilir mi?
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.
Repo kaynaklarınızın güncel olduğundan emin olun. Bozuk veya eksik bağımlılıkları düzeltmek için aşağıdaki komutu çalıştırın. sudo apt install -f Yukarıdaki komut sadece paketi zaten yüklediyseniz eksik bağımlılıkları indirecektir.
—
sgiri