Ich bin verrückt nach Pillow. Ich frage hier schon, ohne zu lösen:
Die Installation von Python Django Mezzanine schlägt für das Pillow-Paket fehl
Ich habe Ubuntu 14.04 und Python 2.7.
Kissen mit Pip oder von Github installieren Ich habe diesen Fehler:
x86_64-linux-gnu-gcc: error: build/temp.linux-x86_64-2.7/_imaging.o: File o directory non esistente
x86_64-linux-gnu-gcc: error: build/temp.linux-x86_64-2.7/decode.o: File o directory non esistente
x86_64-linux-gnu-gcc: error: build/temp.linux-x86_64-2.7/encode.o: File o directory non esistente
x86_64-linux-gnu-gcc: error: build/temp.linux-x86_64-2.7/map.o: File o directory non esistente
x86_64-linux-gnu-gcc: error: build/temp.linux-x86_64-2.7/display.o: File o directory non esistente
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
----------------------------------------
Cleaning up...
Command /usr/bin/python -c "import setuptools, tokenize;__file__='/tmp/pip_build_root/Pillow/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-ctXrZt-record/install-record.txt --single-version-externally-managed --compile failed with error code 1 in /tmp/pip_build_root/Pillow
Traceback (most recent call last):
File "/usr/bin/pip", line 9, in <module>
load_entry_point('pip==1.5.4', 'console_scripts', 'pip')()
File "/usr/lib/python2.7/dist-packages/pip/__init__.py", line 185, in main
return command.main(cmd_args)
File "/usr/lib/python2.7/dist-packages/pip/basecommand.py", line 161, in main
text = '\n'.join(complete_log)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 28: ordinal not in range(128)
Natürlich folge ich dem auch:
PIL-Installation in Ubuntu 14.04.1 LTS
Vielleicht gibt es einen Bibliothekskonflikt. Ich versuche alle zu entfernen und erneut zu installieren, aber ich habe immer den gleichen Fehler.
Hast du einen Vorschlag?
sudo apt-get install python-pil
. Reaktivieren Sie Ihre virtuelle Umgebung. Ausführen sudo pip install pillow
.