Python3 No module named 'PIL' 2020-10-09 本文已影响0人 sunney0 在Python3下,PIL已经被Pillow替代了,所以只需要安装Pillow就可以了 使用命令安装Pillow即可: pip3 install Pillow