python报错ImportError: cannot import name ‘Image‘ from ‘PIL‘ 的时候大多数情况下是由于PIL版本和当前python的版本出现了不兼容

报错ImportError: cannot import name ‘Image’ from ‘PIL’ 的时候大多数情况下是由于PIL版本和当前python的版本不兼容。

pip uninstall Pillow

pip install "pillow<7.0.0"

posted @ 2024-03-12 23:38  郭小睿  阅读(106)  评论(0编辑  收藏  举报