使用Python的推送部署遇到无法解释的错误

使用Python的推送部署遇到无法解释的错误,python,git,google-app-engine,python-2.7,yaml,Python,Git,Google App Engine,Python 2.7,Yaml,我正在尝试使用Push来部署一个Python项目。它以前工作过,但今天我收到了错误: remote: Scanning pack: 100% (3/3), done. remote: Storing objects: 100% (3/3), done. remote: Processing commits: 100% (1/1), done. remote: Starting execution... remote: Created deployment: app.clouddev.gaeTem

我正在尝试使用Push来部署一个Python项目。它以前工作过,但今天我收到了错误:

remote: Scanning pack: 100% (3/3), done.
remote: Storing objects: 100% (3/3), done.
remote: Processing commits: 100% (1/1), done.
remote: Starting execution...
remote: Created deployment: app.clouddev.gaeTemplate-d981b975f1ecaa6d.deployment_1389214392960
remote: Deployment 'app@clouddev@gaeTemplate-d981b975f1ecaa6d@deployment_1389214392960@1c3db1af-255d-43d4-945d-4ddbd98f34b2' is in PENDING.
remote: Dispatched
remote: Deployment failed, details: { Failed to load application, Couldn't find required field: version, none}
remote: Deployment 'app@clouddev@gaeTemplate-d981b975f1ecaa6d@deployment_1389214392960@1c3db1af-255d-43d4-945d-4ddbd98f34b2' failed.
remote: Deployment failed: Deployment failed, details: { Failed to load application, Couldn't find required field: version, none}
我试图通过重新制作app.yaml来纠正这个问题,以确保所有缩进都是正确的。应用程序在本地dev服务器上正确运行,app.yaml解析正确

application: app
version: 1
runtime: python27
api_version: 1
threadsafe: true

有什么想法吗

我在一个app.yaml上遇到了同样的问题,两个月来一直没有改变。我认为谷歌的部署有问题。买些爆米花,看netflix,直到它修好。

听起来像是个计划。很高兴不仅仅是我,我在之前的帖子中没有发现其他人遇到问题:)