O pacote python3-pip
está com bugs e pode quebrar apt
.
apt-listbugs list python3-pip
Retrieving bug reports... Done
Parsing Found/Fixed information... Done
serious bugs of python3-pip (-> ) <Resolved in some Version>
b1 - #896390 - python3-pip: pip fails to import (Fixed: python-pip/9.0.1-2.1)
Summary:
python3-pip(1 bug)
Defina o Python2.7 como padrão:
Adicione python * a update-alternatives
:
update-alternatives --install /usr/bin/python python /usr/bin/python2.7 40
update-alternatives --install /usr/bin/python python /usr/bin/python3.5 30
Mude para python2.7:
update-alternatives --config python
Selecione python2.7.
Remova apenas o pacote python3-pip
.
dpkg --configure -a
apt purge python3-pip
Você pode manter o python3:
apt --reinstall install python3
Instale o pacote apt-listbugs
para acompanhar o python3-pip
, você pode instalá-lo depois que o bug for corrigido.
Editar
Siga esta resposta publicada por @ Faheem Mitha para resolver este erro:
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]