繁体   English   中英

使用Push-to-Deploy for Python遇到无法解释的错误

[英]Experiencing Unexplained Errors with Push-to-Deploy for Python

我正在尝试将推送部署与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来纠正问题,以确保所有缩进正确。 该应用程序可以在本地开发服务器上正常运行,并且app.yaml可以正确解析。

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

有任何想法吗?

我在两个月内没有更改的app.yaml上遇到相同的问题。 我认为Google的部署工作遇到了问题。 拿些爆米花,看netflix,直到固定。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM