Skip to content
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

Not compatible with Pillow 11.0.0 #72

Open
belinux opened this issue Nov 1, 2024 · 0 comments
Open

Not compatible with Pillow 11.0.0 #72

belinux opened this issue Nov 1, 2024 · 0 comments

Comments

@belinux
Copy link

belinux commented Nov 1, 2024

Recently started getting error notifications, there has been a mayor release on Pillow and the error in the logs is as follows:

2024-10-31 21:50:13.619 T:1023031   error <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                                    - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                                   Error Type: <class 'ImportError'>
                                                   Error Contents: The _imaging extension was built for another version of Pillow or PIL:
                                                   Core version: 10.4.0
                                                   Pillow version: 11.0.0
                                                   Traceback (most recent call last):
                                                     File "/home/kodi/.kodi/addons/script.embuary.helper/plugin.py", line 10, in <module>
                                                       from resources.lib.plugin_content import *
                                                     File "/home/kodi/.kodi/addons/script.embuary.helper/resources/lib/plugin_content.py", line 11, in <module>
                                                       from resources.lib.image import *
                                                     File "/home/kodi/.kodi/addons/script.embuary.helper/resources/lib/image.py", line 12, in <module>
                                                       from PIL import ImageFilter,Image,ImageOps,ImageEnhance
                                                     File "/usr/lib/python3.12/site-packages/PIL/Image.py", line 105, in <module>
                                                       raise ImportError(msg)
                                                   ImportError: The _imaging extension was built for another version of Pillow or PIL:
                                                   Core version: 10.4.0
                                                   Pillow version: 11.0.0
                                                   -->End of Python script error report<--

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant