sheats

Results 4 comments of sheats

Happy to be the champion here.

I'm hitting this as well... if I unzip the handler_*.zip file the packaging deploys I'm noticing that werkzeug is not installed. This is all that's in there: ``` __init__.py _sqlite3.so...

I can reliably reproduce this issue using this repo: https://github.com/sheats/zappa_issue ``` make reproduce make tail [1529698001385] Unable to import module 'handler': No module named 'werkzeug' [1529698009786] Unable to import module...

Turns out my problem was not activating the venv properly, this fixed it: https://github.com/sheats/zappa_issue/commit/331f69870320b31f6166731585ec7ae7dd8680fb I thought the entrypoint.sh was activating the venv correctly but apparently not.