나는 베개에 미쳤다. 나는 이미 풀지 않고 여기에 묻습니다.
필로우 패키지의 Python Django Mezzanine 설치 실패
우분투 14.04와 파이썬 2.7이 있습니다.
pip를 사용하거나 github에서 베개를 설치하면이 오류가 있습니다.
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)
당연히 나는 또한 이것을 따른다.
라이브러리 충돌이있을 수 있습니다. 모두 제거하고 다시 설치하려고하지만 항상 같은 오류가 있습니다.
당신은 제안이 있습니까?
sudo를 사용하여 베개를 설치 했습니까?
—
don.joey
나는 또한 sudo를 사용한다.
—
franco_b
virtualenv를 사용하고 있다고 언급하는 것을 잊어 버렸습니다. virtualenv를 비활성화하십시오. 로 베개 시스템을 넓게 설치하십시오
—
don.joey
sudo apt-get install python-pil
. virtualenv를 다시 활성화하십시오. 를 실행하십시오 sudo pip install pillow
.
이미 파이썬-PIL의 최신 버전을 설치 한 어쨌든 당신은 바로 내가 VIRTUALENV 사용하여 베개를 insatll 거라고 말을 잊은
—
franco_b