Unable to install python3-pip on Debian 8

5,383

The python3-pkg-resources is removed from jessie-backports.

sudo apt purge python3-pkg-resources

It will be installed from the main repository as dependencies.

sudo apt install python3-pip
Share:
5,383

Related videos on Youtube

zongul67
Author by

zongul67

Applied computer science, Hochschule Bochum

Updated on September 18, 2022

Comments

  • zongul67
    zongul67 over 1 year

    I want to install python3-pip but I always get errors:

    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.
    

    I already did update/upgrade but it still does not work

  • zongul67
    zongul67 over 4 years
    Unfortunately this also does not work: Still broken packages