python3-pip를 설치하고 싶지만 항상 오류가 발생합니다.
sudo apt-get install python3-pip
The following packages have unmet dependencies:
python3-pip : Depends: python3-setuptools but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
sudo apt-get install python-setuptools
The following packages have unmet dependencies:
python3-setuptools : Depends: python3-pkg-resources (= 5.5.1-1) but 33.1.1-1~bpo8+1 is to be installed
E: Unable to correct problems, you have held broken packages.
sudo apt-get install python3-pkg-resources
Reading package lists... Done
Building dependency tree
Reading state information... Done
python3-pkg-resources is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
업데이트/업그레이드했지만 여전히 작동하지 않습니다.
답변1
python3-pkg-resources
jessie-backports 에서 제거되었습니다.
sudo apt purge python3-pkg-resources
이는 main
저장소에서 종속성으로 설치됩니다.
sudo apt install python3-pip
답변2
당신은 시도 할 수 있습니다
sudo apt-get install python3-pkg-resources
sudo apt-get install -f python3-pip
어쩌면 그것이 해결책일 수도 있지만, 실제로는 확실하지 않습니다.
답변3
(데비안의 경우) Python3을 제거한 후(그리고 apt-get 제거 python3을 제대로 사용하지 않은 후) 여전히 Python3을 다시 설치해야 한다고 주장하는 분들을 위해 이 100% 복구 단계를 제공합니다.