當嘗試使用PIP安裝Python圖像庫(PIL),安裝失敗,出現以下錯誤:無法安裝Python圖像庫PIP
SyntaxError: invalid syntax
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 16, in <module>
File "/tmp/pip_build_root/pil/setup.py", line 182
print "--- using Tcl/Tk libraries at", TCL_ROOT
Somebody否則面臨着同樣的問題,但所提供的解決方案是爲一個不同的圖書館,並沒有爲我工作。在官方郵件列表中有一箇舊的條目(2003)討論了這個問題,但不是提供解決方案,而是要求降級PIL並稍後提供修復(我不願意降級)。
的pip.log文件在這裏提供:http://pastebin.com/YeBLmMBm
據我所知,PIL不能與'pip'一起安裝。這就是爲什麼可選的枕頭存在。 –