In Progress
Status Update
Comments
ku...@google.com <ku...@google.com>
ku...@google.com <ku...@google.com> #2
lu...@google.com <lu...@google.com> #3
Hi, this error only affects Cloud SDK version 186. It was previously reported in Issue 72407295 and a fix for it should be released in Cloud SDK version 187.
In the mean time, you can downgrade to Cloud SDK version 185 as a workaround by running the following command:
gcloud components update --version 185.0.0
In the mean time, you can downgrade to Cloud SDK version 185 as a workaround by running the following command:
gcloud components update --version 185.0.0
Description
What you would like to accomplish: Migrate an existing App Engine application written in Python 2 to Python 3
How this might work: A new dev_appserver version for Python 3 would solve some unexpected errors due to incompatibility issues.
If applicable, reasons why alternative solutions are not sufficient: In the official docs [1] it's mentioned `Python 2 is no longer supported by the community. We recommend that you migrate Python 2 apps to Python 3.` but there's no dev_appserver version for Python 3 yet, which also requires to have Python 2 installed on the machine even if the app is written in a different language [2].
[1]
[2]