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'

成功解决

相关文章:

  • 2021-09-07
  • 2021-07-27
  • 2021-05-18
  • 2021-11-15
  • 2022-02-05
  • 2021-12-24
  • 2021-07-27
猜你喜欢
  • 2021-08-03
  • 2021-12-29
  • 2021-11-25
  • 2021-12-13
相关资源
相似解决方案