stacklens / django_blog_tutorial

Django搭建博客教程
https://www.dusaiphoto.com
1.29k stars 406 forks source link

AttributeError at /article/article-create/发布文章报错 #36

Open Lairbug opened 9 months ago

Lairbug commented 9 months ago

module 'PIL.Image' has no attribute 'ANTIALIAS'

Exception Location: | D:\django项目\blog1\django_blog_tutorial\article\models.py in save, line 108

Python Executable: D:\django项目\blog1\django_blog_tutorial\env\Scripts\python.exe

Lairbug commented 9 months ago

pillow版本太高 pip install pillow==5.4.0即可解决 为什么没有装5.3,是因为报错,没装成功,然后就装了最新的了