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/2104 by kairichard
When installing
manylinux
wheels withuse_precompiled_packages
set totrue
zappa only unzips the wheels ignoringpurelib
andplatlib
folders as specified in PEP491Expected Behavior
A correctly extracted wheel in the resulting lambda zip:
Actual Behavior
When inspecting the resulting lambda zip you can see the following folders:
As a result, we get the following error when running the lambda function
Steps to Reproduce
I only tested it with
tensorflow=1.14.0
but it seems like a general problem with all wheels that arepurelibs
as zappa only extracts them and does no further processing see -> https://github.com/Miserlou/Zappa/blob/master/zappa/core.py#L659Here is the whl -> tensorflow=1.14.9 from https://pypi.org/project/tensorflow/1.14.0/#files