DonCziken
DonCziken

Reputation: 743

Installing pillow on windows fails to find libjpeg

Sys: Windows 7 Prof; Python v3.3

I've tried to use:

but all the time i cant install any extensions:

*** 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

I've manually installed libjpeg but still the results were the same. I've alsot tried to change JPEG_ROOT path to point it somehow to the correct dll but it did not work too.

Any idea how to solve this?

Upvotes: 0

Views: 6400

Answers (1)

realli
realli

Reputation: 1040

try python extension packages for windows: http://www.lfd.uci.edu/~gohlke/pythonlibs/

There are 32- and 64-bit Windows binaries you can simply install

Upvotes: 3

Related Questions