当前位置:   article > 正文

解决‘PIL.Image‘ has no attribute ‘Resampling‘错误_attributeerror: module 'pil.image' has no attribut

attributeerror: module 'pil.image' has no attribute 'resampling

最近从github上下载了一个别人的项目来运行,出现了如下错误

AttributeError: module 'PIL.Image' has no attribute 'Resampling'

是代码中的 PIL.Image.Resampling.BICUBIC 的 Resampling 报错。

原因是当前的PIL库版本太新,已经移除了 Resampling 这个包名,取而代之的是 PIL.Image.BICUBIC

所以只需要将代码中的 .Resampling 删除即可解决问题。

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/我家自动化/article/detail/575289
推荐阅读
相关标签
  

闽ICP备14008679号