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.