Skip to content

Not compatible with Pillow 11.0.0 #72

@belinux

Description

@belinux

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<--

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions