-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AttributeError: module 'PIL.Image' has no attribute 'LINEAR' #4
Comments
Hi, it seems this error happened in PIL.Image package, can you try installing a different version of Pillow and see whether can i work? (e.g. |
@QinghongLin Thank,I have installed the new version of pillow. |
Sure, have checked my package, here is what I have: Please try it and let me know, thx! |
@QinghongLin When I install the pillow==10.0.0,the following error reported again. |
@LBAMAD , can you try to install this version? |
I had the same problems as described by @LBAMAD. Installing |
I had the same problem with Pillow==10.1.0 |
Installing Pillow==9.5.0 fixed it for me too! Thanks @AIexanderDicke |
Hi,thank you for your open source of the work!
I have the following problem:
AttributeError: module 'PIL.Image' has no attribute 'LINEAR'
Thank for your answer.
The text was updated successfully, but these errors were encountered: