You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installed Lackey today using pip, which installed Pillow 8.3.0. I get the following error when using Pillow 8.3.0. Uninstalled Pillow 8.3.0 and installed Pillow 8.2.0, working fine now. Pillow's 8.3.0 upgrade happened today, breaking Lackey.
from lackey import *
File "C:\Users\john\AppData\Local\Programs\Python\Python39\lib\site-packages\lackey_init_.py", line 32, in
from .RegionMatching import Pattern, Region, Match, Screen, ObserveEvent, PlatformManager, FOREVER
File "C:\Users\john\AppData\Local\Programs\Python\Python39\lib\site-packages\lackey\RegionMatching.py", line 1, in
from PIL import Image, ImageTk
File "C:\Users\john\AppData\Local\Programs\Python\Python39\lib\site-packages\PIL\Image.py", line 114, in
from . import _imaging as core
ImportError: DLL load failed while importing _imaging: The specified module could not be found.
The text was updated successfully, but these errors were encountered:
Installed Lackey today using pip, which installed Pillow 8.3.0. I get the following error when using Pillow 8.3.0. Uninstalled Pillow 8.3.0 and installed Pillow 8.2.0, working fine now. Pillow's 8.3.0 upgrade happened today, breaking Lackey.
File "C:\Users\john\AppData\Local\Programs\Python\Python39\lib\site-packages\lackey_init_.py", line 32, in
from .RegionMatching import Pattern, Region, Match, Screen, ObserveEvent, PlatformManager, FOREVER
File "C:\Users\john\AppData\Local\Programs\Python\Python39\lib\site-packages\lackey\RegionMatching.py", line 1, in
from PIL import Image, ImageTk
File "C:\Users\john\AppData\Local\Programs\Python\Python39\lib\site-packages\PIL\Image.py", line 114, in
from . import _imaging as core
ImportError: DLL load failed while importing _imaging: The specified module could not be found.
The text was updated successfully, but these errors were encountered: