Missing PIL module on clean install
#1
Hi, I've just made a clean install of Nexus direct from the Kodi website (20.5).

Installed my skin from the official Repo (Copacetic). The dependant addon script.copacetic.helper is flagging an error that I've never had previously before clean installing.

log:

2024-03-11 12:07:44.294 T:4722658 error <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'ModuleNotFoundError'>
Error Contents: No module named 'PIL'
Traceback (most recent call last):
File "/Users/arashhekmat/Library/Application Support/Kodi/addons/script.copacetic.helper/service.py", line 3, in <module>
from resources.lib.service.monitor import Monitor
File "/Users/arashhekmat/Library/Application Support/Kodi/addons/script.copacetic.helper/resources/lib/service/monitor.py", line 7, in <module>
from resources.lib.service.art import ImageEditor, SlideshowMonitor
File "/Users/arashhekmat/Library/Application Support/Kodi/addons/script.copacetic.helper/resources/lib/service/art.py", line 8, in <module>
from PIL import Image
ModuleNotFoundError: No module named 'PIL'
-->End of Python script error report<--

This is what I have as the requires for my addon

xml:

<import addon="script.module.pil" version="5.1.0" />

And if I navigate to my addon in Kodi and check dependencies, it lists Python Image Library and says installed is 5.1.0.

I'm a bit stumped. Has something changed recently with PIL in Kodi?
Reply

Logout Mark Read Team Forum Stats Members Help
Missing PIL module on clean install0