JacobDel

Results 45 comments of JacobDel

@monkut I'm on the newest version of zappa (zappa~=0.55.0) and still have this error ``` C:\venvs\mhApp39\lib\site-packages\_distutils_hack\__init__.py:33: UserWarning: Setuptools is replacing distutils. warnings.warn("Setuptools is replacing distutils.") Downloading and installing dependencies.. -...

@Boscher-audrey There is a solution on this stackoverflow post: https://stackoverflow.com/a/73348535/9611924

@Joshuamjv2 No, I reduced the project size so that I could avoid that type of build. It only occurs when you add `slim_handler`

I can testify that [this stackoverflow answer](https://stackoverflow.com/a/66772242/9611924) solves the error message. **Previous** error message: ``` raise RuntimeError('Event loop is closed') RuntimeError: Event loop is closed ``` Code: ``` async def...

> I'm on Zappa 0.56.1, and still experiencing this issue. There's no way for me to reduce my project size to less than 50MB because of my virtual environment. Any...