1.原因:PILLOW的版本太过新,在7.0.0开始就没有PILLOW_VERSION这个参数了

2.解决:降低pillow版本

在cmd中输入 pip install Pillow==6.2.2 -i  https://pypi.tuna.tsinghua.edu.cn/simple/ --user

cannot import name 'PILLOW_VERSION'

成功解决

相关文章: