Quote:
Originally Posted by patrik
I get "Cannot import PIL library" and it just keeps doing whatever it is doing, have to cancel to make it quit.
|
You'll need to install the Pillow package.
Search for
python3-pil in your package manager. If it isn't listed, enter the following command in a terminal window:
Code:
sudo pip3 install Pillow
If your distro doesn't com with
pip3 try
pip.