O erro está relacionado ao bug link
A solução é fazer downgrade de python-distlib
e python-distlib-whl
para a versão estável (jessie).
wget http://ftp.debian.org/debian/pool/main/d/distlib/python-distlib_0.1.9-1_all.deb
wget http://ftp.debian.org/debian/pool/main/d/distlib/python-distlib-whl_0.1.9-1_all.deb
dpkg -i python-distlib_0.1.9-1_all.deb
dpkg -i python-distlib-whl_0.1.9-1_all.deb
Depois disso, executar pip install
é bem-sucedido.
$ sudo pip install python-constraint
Downloading/unpacking python-constraint
Downloading python-constraint-1.2.tar.bz2
Running setup.py (path:/tmp/pip-build-JeOIzg/python-constraint/setup.py) egg_info for package python-constraint
Installing collected packages: python-constraint
Running setup.py install for python-constraint
Successfully installed python-constraint
Cleaning up...
Coloque os pacotes em espera e aguarde uma correção oficial de erros.
sudo aptitude hold python-distlib python-distlib-whl