この問題は2日間私を苦しめていますが、python3-dev
がないと、モジュールをpipでインストールできません。誰かがこれを解決するにはどうすればよいですか?
The following packages have unmet dependencies:
python3-dev : Depends: python3 (= 3.5.1-3) but 3.5.1-4 is to be installed
Depends: libpython3-dev (= 3.5.1-3) but it is not going to be installed
Depends: python3.5-dev (>= 3.5.1-2~) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
パッケージpython3-devをインストールする代わりに、パッケージlibpython3-devのインストールを試みることができます。
私はここで同様の質問に答えました: https://superuser.com/a/1407453/1000196