当前位置:   article > 正文

AttributeError: module ‘PIL.Image‘ has no attribute ‘open‘_attributeerror: module 'pil.image' has no attribut

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

AttributeError: module 'PIL.Image' has no attribute 'open'。意思是PIL.image没有open方法。我找了全网相关的解决办法,也没有解决,最后无意中看到image.py的地址(C:\Users\Lenovo\PycharmProjects\kk\venv\Lib\site-packages\PIL\image.py)才反映过来。

  1. from PIL import Image
  2. import os
  3. import csv
  4. import time

原因:不小心把PIL包下的image.py文件的内容清空了,所以image.open()不能实现。

temp_img_now = Image.open(temp_file)

解决方法:把pillow和pillow-PIL卸载,再重新安装就可以了。

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

闽ICP备14008679号