解决方法:
卸载原来的pillow: pip uninstall pillow
重新安装5.2.0版本的: pip install pillow==5.2.0
原因:在 7.0.0 后的版本就没有 PILLOW_VERSION 这个值了
官网的版本描述:https://pillow.readthedocs.io/en/5.2.x/installation.html#warnings
解决方法:
卸载原来的pillow: pip uninstall pillow
重新安装5.2.0版本的: pip install pillow==5.2.0
原因:在 7.0.0 后的版本就没有 PILLOW_VERSION 这个值了
官网的版本描述:https://pillow.readthedocs.io/en/5.2.x/installation.html#warnings
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。