Closed omar-enrique closed 3 years ago
Duplicated issue : #999 #1001 #1013
Thank you for the quick response. I see that there is a pull request in to resolve this issue, and it is currently under code review at #999.
The other two issues have been closed, but should not have been because this issue has still not been resolved. I believe this issue should stay open until #999 gets pulled to master.
I can confirm I am having the same issue on Windows 10 with zappa
version 0.53.0
installed.
Not sure when the #999 pull request is going to be reviewed, merged, and released, but for now to get myself unblocked, I manually went into the installed Zappa package I had in my Python modules, and manually edited the line that's breaking. The issue is that the troposphere 3.0.0 version replaces add_description
with set_description
, so I changed that function in line 2417 in zappa/core.py
from add_description
to set_description
.
https://github.com/zappa/Zappa/blob/master/zappa/core.py#L2417
With that change my app is now deploying just fine.
I also have this problem with deploy.
Need this PR reviewed so I can proceed with using zappa for deploy.
This is really still not fixed? Same issue.
I just encountered this issue as well
I just encountered this issue as well
omar-enrique has the solution above, if you need help finding the file in windows let me know. It depends on if you use a virtual environment or not, but his answer above got me working.
Zappa is still under maintenance? How could a simply problem like that not be solved fast. Where's the compatibility with flask 2?
I'm trying to build and deploy a new Zappa app for the first time, and when I ran Zappa deploy I got the following error:
Context
I am running python 3.7.2 and am using a virtual environment. Zappa init ran just fine and I was able to generate a zappa_settings.json file.
Here is my pip freeze:
Expected Behavior
Zappa should deploy correctly.
Actual Behavior
It looks like a lambda function is created for my Zappa project, but no API gateway is created, so it only gets so far in the deployment process before it fails, and the failure is the traceback as see above.
Your Environment
I am using OSX 11.2.3, and my zappa_settings.json file is: