Closed jneves closed 7 months ago
I'm experiencing a very similar situation with elasticsearch.
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/2083 by dphang
Context
I am using pyinstrument which is using
pyinstrument_cext
. It seems like it isn't compatible with Python 3.8. Getting this error when updating the deployment:Error: Warning! Status check on the deployed lambda failed. A GET request to '/' yielded a 502 response code.
Upon looking at logs, it is due to module
pyinstrument_cext
not found. See below for full logs.Expected Behavior
It should deploy successfully with
pyinstrument
andpyinstrument_cext
on Python 3.8Actual Behavior
It gives this error in the logs when deploying
pyinstrument
on Python 3.8:Possible Fix
Steps to Reproduce
python3.8
pyinstrument
which installspyinstrument-cext
Your Environment
Zappa version used: 0.51.0
Operating System and Python version: MacOS Catalina 10.15.4
The output of
pip freeze
:Link to your project (optional):
Your
zappa_settings.json
:(note I do exclude a lot of requirements above in the config file, some are needed as the project is deployed in a server environments too)