Skip to content

Pillow 4.1.0 wheels for Windows and Python 3.6 seem to be broken #2479

Closed
@Kwpolska

Description

@Kwpolska

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions