我尝试在Raspberry Pi上安装ImageTk for Python3:
sudo apt-get install python3-pil
sudo apt-get install python3-imaging-tk
和:
E: Unable to locate package python3-pil
E: Unable to locate package python3-imaging-tk
我在网上搜索但没有。有什么问题?我怎么解决这个问题?
注意:我已经更新了apt-get
答案 0 :(得分:1)
我发现了问题,我已经安装了PIL,但是他已经过时且无法正常工作,当我尝试安装枕头时,python使用的是PIL,而不是Pillow。为了解决问题,我删除了PIL和Pillow并执行:pip install pillow
如果您遇到同样的问题,您必须取消PIL和Pillow并再次安装Pillow。这很好。