GeorgianaPetria

Results 6 comments of GeorgianaPetria

Same problem. Did you find any solution?

I tried doing this with a new virtualenv and it works indeed. Thanks for the suggestion! However the size of my environment seems to be around ~300MB unzipped and aws...

I only have the zappa examples in my virtual env: https://github.com/Miserlou/Zappa/tree/master/example The biggest part of the env is importing scipy and sklearn and these two together make up for about...

I'm having the same problem and **pip install packaging** didn't work for me. Any other solution that worked?

When do you delete the python files? Before re-deploying? I used removed all .pyc files in my virtual env `find . | grep -E "(__pycache__|\.pyc|\.pyo$)" | xargs rm -rf` and...

Yes, it does it recursively, but unfortunately it's still not working. Any idea how I can to narrow down the error? `"{u'message': u'An uncaught exception happened while servicing this request....