데비안에 libboost-python을 설치할 수 없습니다

데비안에 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아무것도 반환하지 않습니다. 그렇다면 이 오류 메시지는 무엇을 말하는 걸까요?

관련 정보