ImportError: cannot import name ‘PILLOW_VERSION’

出现报错,发现有pillow但是依然报错,应该是版本问题
ImportError: cannot import name 'PILLOW_VERSION'
卸载一下,装一下低版本的,我的版是7.0.0
pip uninstall pillow
pip install pillow==6.2.2 -i https://pypi.tuna.tsinghua.edu.cn/simple some-package
ImportError: cannot import name 'PILLOW_VERSION'
OK了

相关文章: