View Single Post
Old 03-11-2016, 03:22 AM   #2
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,691
Karma: 24031401
Join Date: Dec 2010
Device: Kindle PW2
Quote:
There is no Pillow, but there seems to be a fork - python3-pil. It’s not from a standard repo though.

There is a python-cssselect but no python3-cssselect.
Under Linux some of these Python packages are available as standalone .deb packages others need to be installed via pip3. You can test if you have all recommended packages by installing and running the Sigil test plugin.

As for cssselect and Pillow, try installing them with pip3:

Code:
sudo pip3 install cssselect
sudo pip3 install Pillow
If pip3 isn't found install python3-pip.
Doitsu is offline   Reply With Quote