成功解决ImportError: cannot import name 'PILLOW_VERSION'

成功解决ImportError: cannot import name 'PILLOW_VERSION'

 

 

解决问题

ImportError: cannot import name 'PILLOW_VERSION'

 

 

 

解决方法

成功解决ImportError: cannot import name 'PILLOW_VERSION'

参考文章:https://github.com/python-pillow/Pillow/issues/4130
版本过高,Pillow的最新版本,没有此函数或方法,降低版本即可!

pip install Pillow==6.2.2 --user

成功解决ImportError: cannot import name 'PILLOW_VERSION'

 

哈哈,大功告成!