View Single Post
Old 02-17-2017, 06:40 AM   #19
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,584
Karma: 22735033
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by patrik View Post
Thanks for the suggestion Doitsu.

I do have the python3-pil installed. Maybe the fact that I'm not using the bundled version causes the plugin to not find it?
IIRC, Pillow requires a couple of additional libjpeg image libraries that you might be missing.

Search for libjpeg in your package manager and install all packages that start with libjpeg or libjpeg8. For example:

Code:
libjpeg-dev:amd64
libjpeg-progs
libjpeg-turbo-progs
libjpeg-turbo8:amd64
libjpeg-turbo8:i386
libjpeg-turbo8-dev:amd64
libjpeg8:amd64
libjpeg8:i386
libjpeg8-dev:amd64
This should do the trick.
Doitsu is offline   Reply With Quote