当前位置:   article > 正文

Image.PIL库没有属性(函数)fromarray的解决方法_attributeerror: module 'pil.image' has no attribut

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

问题来源

将一个ndarray格式的图片转换为PIL.Image的时候一直提示type object ‘Image’ has no attribute ‘fromarray’。通过检查PIL.Image发现,该类并不含有官方文档所说的fromarray函数
官方文档

解决方案

重新安装Pillow,就能在函数库搜索到fromarray函数

pip uninstall Pillow
pip install Pillow==7.1.2
  • 1
  • 2

在这里插入图片描述

声明:本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:【wpsshop博客】
推荐阅读
相关标签
  

闽ICP备14008679号