pip instale o erro do ubuntu 15.10 (Pillow)

0

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'
    
por D. Chernyshov 19.02.2016 / 19:38

1 resposta

0

Experimente pip install Pillow==2.9.0 Eu tive o mesmo problema quando digitei pip install Pillow , que instala a última versão dele.

    
por Jiwon Hwang 04.03.2016 / 05:11