우분투 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