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

Pillow 8.3.0 not working, use 8.2.0 instead #172

Open
jboyd90 opened this issue Jul 2, 2021 · 0 comments
Open

Pillow 8.3.0 not working, use 8.2.0 instead #172

jboyd90 opened this issue Jul 2, 2021 · 0 comments

Comments

@jboyd90
Copy link

jboyd90 commented Jul 2, 2021

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.

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