-
Notifications
You must be signed in to change notification settings - Fork 64
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 do ./resources.py cf #27
Comments
That may mean the version of troposphere you have is an older one. Run it again after running
|
Hi, Looks like one problem is troposphere has a new major version, and requirements.txt lists the older: https://github.com/cloudtools/troposphere/releases $ cat requirements.txt $ ./resources.py cf $ pip install troposphere -U $ ./resources.py cf |
Hi, Thanks for your good demo codes. When I do
./resource.py cf
, there is as following error.The text was updated successfully, but these errors were encountered: