Is there any way to use gcloud with python3?

后端 未结 5 1423
误落风尘
误落风尘 2021-02-05 01:29

I have a little confused about gcloud with python3

After I installed gcloud in python3 env and I tried to example Quickstart for Python in the App Engine Flexible Enviro

5条回答
  •  悲哀的现实
    2021-02-05 01:55

    The system requirement explicitly said python 2.7.x https://cloud.google.com/sdk/downloads

    why do you want to run gcloud with python3 anyway?

提交回复
热议问题