gpt4 book ai didi

python - 上传应用程序时出错 Python Google App Engine

转载 作者:行者123 更新时间:2023-12-01 05:46:44 25 4
gpt4 key购买 nike

我一直在尝试使用 Windows 命令提示符上传 python Google 应用程序引擎文件夹。我的文件夹中有 app.yaml 和 python 文件。但是当我在命令提示符中传递以下命令时:

appcfg.py --oauth2 update C:/Path/to/the/folder

我收到此错误。

appcfg.py: error: Directory does not contain an Project.yaml configuration file.

我哪里错了,我应该如何继续?

这是我的 app.yaml 文件:

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

handlers:
- url: /.*
script: sampleapp.app

libraries:
- name: lxml
version: "latest"

最佳答案

检查您的 shell 语法。我也收到此错误消息,因为没有引用正确的项目文件夹。请注意结尾斜杠:

appcfg.py --oauth2 更新 C:/Path/to/the/folder/

关于python - 上传应用程序时出错 Python Google App Engine,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15839434/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com