Debian に libboost-python をインストールできない

Debian に libboost-python をインストールできない

このコマンドを使用してインストールしたパッケージマネージャに問題があるようです。libboost-python

sudo aptitude install libboost-python1.62.0

次のエラーが発生し、後でpython3.7を削除することをお勧めします!

The following packages have unmet dependencies:
 python3.7 : Breaks: libboost-python1.62.0 (< 1.62.0+dfsg-6) but 1.62.0+dfsg-4 is to be installed

出力apt policy

Package files:
 100 /var/lib/dpkg/status
     release a=now
 500 http://deb.debian.org/debian stretch/non-free amd64 Packages
     release v=9.8,o=Debian,a=stable,n=stretch,l=Debian,c=non-free,b=amd64
     origin deb.debian.org
 500 http://deb.debian.org/debian stretch/contrib amd64 Packages
     release v=9.8,o=Debian,a=stable,n=stretch,l=Debian,c=contrib,b=amd64
     origin deb.debian.org
 500 http://deb.debian.org/debian stretch/main amd64 Packages
     release v=9.8,o=Debian,a=stable,n=stretch,l=Debian,c=main,b=amd64
     origin deb.debian.org
 500 http://ftp.us.debian.org/debian stretch-updates/main amd64 Packages
     release o=Debian,a=stable-updates,n=stretch-updates,l=Debian,c=main,b=amd64
     origin ftp.us.debian.org
 500 http://security.debian.org/debian-security stretch/updates/main amd64 Packages
     release v=9,o=Debian,a=stable,n=stretch,l=Debian-Security,c=main,b=amd64
     origin security.debian.org
 500 http://ftp.us.debian.org/debian stretch/main amd64 Packages
     release v=9.8,o=Debian,a=stable,n=stretch,l=Debian,c=main,b=amd64
     origin ftp.us.debian.org
Pinned packages:

の出力はdpkg -l | grep libboost-python何も返しません。それでは、このエラーメッセージは何を言いますか?

ベストアンサー1

おすすめ記事