This will be install automatically with python-imaging. python-imaging-tk is only a virtual packet and will install python-pil.imagetk. So do it direct: pi ~$ sudo apt install python-imaging pi ~$ sudo apt install python-pil.imagetk If then there are still missing packets try to install them. At least you can clean up your apt-lists.
I've just checked on my own pi and installing python-pillow does not install the extra libraries that I believe are needed (same goes for python-pil if you ...
14.10.2015 · Show activity on this post. I tried to install ImageTk for Python3 on Raspberry Pi: sudo apt-get install python3-pil sudo apt-get install python3-imaging-tk. and: E: Unable to locate package python3-pil E: Unable to locate package python3-imaging-tk. I …
Download the Chromebook Recovery Utility.. Download the Raspberry Pi OS zip archive.. Launch the Recovery Utility. Click on the Settings Gears icon in the upper right-hand corner, next to the window close icon.. Select the Use Local Image option.. Choose the .zip file you downloaded.. Insert the SD card and click Continue.. Read the warning and click the Create now button.
14.07.2017 · Show activity on this post. I am currently using the raspberry pi and I realized that the latest version of python that it uses is python 3 or 3.5, so if you don't download ImageTk for python 3 or higher, it will not work. you can do this by using this code: sudo apt-get install python3-pil.imagetk. Share.
13.03.2019 · For Python3 l've used sudo apt-get install python3-pil python3-pil.imagetk. RDS Posts: 796 Joined: Tue Oct 06, 2015 8:17 am Location: Lancashire, UK. Re: Cannot import ImageTk. Wed Mar 13, 2019 6:21 pm ... Code which used to work on my Raspberry Pi 3 Model B running Jessie, does not run on my 3B+, running Stretch.
A graphical interface for programming the Raspberry Pi PiCamera. ... If you have similar PIL Import Errors use: sudo apt-get install python3-pil.imagetk.