系统:Windows 7 教授;Python v3.3
我试过使用:
- 'easy_install 枕头'
- 'pip install use-wheel Pillow'
- 手动下载包和'python setup.py install'
但我一直无法安装任何扩展:
*** TKINTER support not available
(Tcl/Tk 8.5 libraries needed)
*** JPEG not support available
*** ZLIB (PNG/ZIP) support not available
*** TIFF G3/G4 (experimental) support not available
*** FREETYPE2 support not available
*** LITTLECMS support not available
*** WEBP support not available
我已经手动安装了 libjpeg,但结果仍然相同。我还没有尝试更改 JPEG_ROOT 路径以某种方式将其指向正确的 dll,但它也不起作用。
知道如何解决这个问题吗?