Closed jneves closed 6 months ago
Hi there! Unfortunately, this Issue has not seen any activity for at least 90 days. If the Issue is still relevant to the latest version of Zappa, please comment within the next 10 days if you wish to keep it open. Otherwise, it will be automatically closed.
Hi there! Unfortunately, this Issue was automatically closed as it had not seen any activity in at least 100 days. If the Issue is still relevant to the latest version of Zappa, please open a new Issue.
Originally from: https://github.com/Miserlou/Zappa/issues/1286 by ceefour
This is almost related to #398 / #841 , but instead no Pillow is packaged at all.
Context
Python 3.6 on Windows (Anaconda)
Expected Behavior
Pillow 4.3.0 is packaged. It seems that lambda-packages doesn't have pillow 4.3.0 yet, only 3.4.2 (https://github.com/Miserlou/lambda-packages/tree/master/lambda_packages/Pillow), however there is a manylinux wheel: Pillow-4.3.0-cp36-cp36m-manylinux1_x86_64.whl which should be usable, right ?
Actual Behavior
Pillow 4.3.0 is not packaged, and instead zappa uses PIL for Windows 64bit:
Pillow-4.3.0.dist-info exists:
WHEEL
contains:Possible Fix
Patch the zip and use the manylinux wheel manually?
Steps to Reproduce
On Windows 64-bit:
Your Environment
pip freeze
:zappa_settings.py
: (Note: this should bezappa_settings.json
, perhaps you want to change the template?)