Experimente pip install Pillow==2.9.0
Eu tive o mesmo problema quando digitei pip install Pillow
, que instala a última versão dele.
Quando tento instalar algo com pip, tenho erro. Mas com sudo está tudo bem. pip instalar travesseiro
Downloading/unpacking pillow
Downloading Pillow-3.1.1.tar.gz (10.1MB): 10.1MB downloaded
Running setup.py (path:/tmp/pip-build-hFguWU/pillow/setup.py) egg_info for package pillow
warning: no previously-included files found matching '.editorconfig'
Installing collected packages: pillow
Running setup.py install for pillow
warning: no previously-included files found matching '.editorconfig'
building 'PIL._imaging' extension
***//a lot of errors like this***
x86_64-linux-gnu-gcc: error: unrecognized command line option '-Qunused-arguments'
Experimente pip install Pillow==2.9.0
Eu tive o mesmo problema quando digitei pip install Pillow
, que instala a última versão dele.