Ubuntu 16.04にscipyとnumpyをインストールしようとしていますが、次のエラーが発生し続けます。依存関係のインストール方法を教えてもらえますか?
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.
リポジトリソースが最新であることを確認してください。次のコマンドを実行して、依存関係の破損または欠落を修正します。sudo apt install -f上記のコマンドは、パッケージを既にインストールしている場合に、欠落している依存関係のみをダウンロードします。
—
-sgiri