简体   繁体   English

部署Python时Google App Engine部署错误

[英]Google App Engine Deploy Error When Deploying Python

Currently I am trying to deploy a server for Mit App Inventor, when I browser the project it looks just fine and the local host works as well. 目前,我正在尝试为Mit App Inventor部署服务器,当我浏览该项目时,它看起来还不错,并且本地主机也可以正常工作。 The problem is that when I try to deploy it I get an error. 问题是,当我尝试部署它时,出现错误。 I am using python 2.7.8. 我正在使用python 2.7.8。 By the way I am doing this project from my other gmail account. 顺便说一句,我正在从我的其他Gmail帐户执行此项目。 I have tried and retried a thousand times, but with no result. 我尝试并重试了1000次,但没有结果。 Can you please help me? 你能帮我么? This is the main error 这是主要错误

It says that that's an error when reading a line. 它说那是读取一行时的错误。

From what I can see you're still using the Google App Engine Launcher which I think was deprecated and is no longer supported. 据我所知,您仍在使用Google App Engine启动器,我认为它已被弃用,不再受支持。 The point is that it still uses appcfg.py to deploy and from the error message you get it also tries to use login/password for authentication which is also no longer supported. 关键是它仍然使用appcfg.py进行部署,并且从您收到的错误消息中,它还将尝试使用登录名/密码进行身份验证,这也不再受支持。

Today you should use the Cloud SDK and the gcloud command line to manage/deploy your app. 今天,您应该使用Cloud SDK和gcloud命令行来管理/部署您的应用程序。 I'm confident that will solve your issue. 我有信心可以解决您的问题。

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

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