我剛剛在 Google App Engine 上部署了一個應用程式,gcloud app deploy并收到如下警告:
WARNING: There is a dependency on App Engine APIs, but they are not enabled in your app.yaml. Set the app_engine_apis property.
所以我所做的就是包含app_engine_apis: true在 中app.yaml,保存它,然后gcloud app deploy再繼續。但是我仍然收到同樣的警告。我錯過了什么?
uj5u.com熱心網友回復:
我通過運行修復了警告:
google beta app deploy
代替
google app deploy
我從這個檔案中得到了修復。我認為這是必要的,因為在給出這個答案時,python2 app_engine_apis 到 python3 的遷移還沒有完成。
轉載請註明出處,本文鏈接:https://www.uj5u.com/gongcheng/420182.html
標籤:
上一篇:根據日期更改值和顏色
