Gostaria de atualizar para python-pillow
, mas a instalação padrão (Ubuntu 14.04.5) me deu python-pil
.
> sudo apt-get install python-pillow
...
dpkg: error processing archive /var/cache/apt/archives/python-pillow_2.7.0-1_amd64.deb (--unpack):
trying to overwrite '/usr/bin/pilfont.py', which is also in package python-pil 2.3.0-1ubuntu3
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
...
OK, um conflito. Deixe-me remover esse pacote porque eu não quero ...
> sudo apt-get remove -f python-pil
...
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
python-allspeak-rest : Depends: python-pillow (>= 2.7.0)
python-imaging : Depends: python-pil but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
Pode dar o que diz um tiro ...
> sudo apt-get -f install
...
The following NEW packages will be installed:
python-pillow
...
dpkg: error processing archive /var/cache/apt/archives/python-pillow_2.7.0-1_amd64.deb (--unpack):
trying to overwrite '/usr/bin/pilfont.py', which is also in package python-pil 2.3.0-1ubuntu3
...
Voltar onde comecei. Não é possível remover o antigo ou instalar o novo. O que posso fazer agora?
ATUALIZAÇÃO:
Eu posso forçar a desinstalação do python-pil com o seguinte (de aqui ):
sudo dpkg -r --force-depends python-pil
Mas agora acabo com erros como:
The following packages have unmet dependencies:
python-allspeak-rest : Depends: python-pillow (>= 2.7.0)
python-imaging : Depends: python-pil but it is not going to be installed
Eu não posso ter ambos instalados ao mesmo tempo e ainda dependências dizem que eu preciso.