sudo apt-get instala python-pil no Ubuntu 12.04? [duplicado]

0

Estou restrito a sudo apt-get install e preciso instalar o python-pil para que o comando seja sudo apt-get install python-pil , mas eis o problema:

sudo apt-get install python-pil
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package python-pil is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'python-pil' has no installation candidate

Como resolver isso?

    
por mrgloom 09.02.2017 / 10:43

1 resposta

1

Parece que o PIL não é suportado, eu instalei o Pillow.

% bl0ck_qu0te%

Então o comando deve ser:

sudo apt-get install python-pillow

    
por mrgloom 09.02.2017 / 13:39