-
Notifications
You must be signed in to change notification settings - Fork 363
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When calling zappa deploy dev AttributeError: 'Template' object has no attribute 'add_description' #1016
Comments
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 |
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 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 |
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:
The text was updated successfully, but these errors were encountered: