Closed
Description
I’m using Pillow in a project. Our AppVeyor tests started failing today, and it seems that Pillow-4.1.0-cp36-cp36m-win32.whl
is broken. This happens with our 3.6 tests only; 2.7 works fine. The most basic import fails with a (vague) DLL error:
Traceback (most recent call last):
File "C:\projects\nikola\nikola\plugins\task\galleries.py", line 43, in <module>
from PIL import Image # NOQA
File "c:\python36\lib\site-packages\PIL\Image.py", line 56, in <module>
from . import _imaging as core
ImportError: DLL load failed: The specified procedure could not be found.