java_dev_appserver.cmd --port=8888 --address=0.0.0.0 appengine/build/war/
I ran the command above and got the output:
This action requires the installation of components: [app-engine-java]
ERROR: Cannot use bundled Python installation to update Cloud SDK in
non-interactive mode. Please run again in interactive mode.
If you really want to run in non-interactive mode, please run the
following command before re-running this one:
FOR /F "delims=" %i in ( '""C:\GCSDK\google-cloud-sdk\bin\gcloud.cmd"" components copy-bundled-python'
) DO (
SET CLOUDSDK_PYTHON=%i
)
(Substitute `%%i` for `%i` if in a .bat script.)
Installing component in a new window.
Please re-run this command when installation is complete.
$ gcloud --port=8888 --address=0.0.0.0 appengine/build/war/
It said to me to run the command when the installation is completed, but when I run that I get this error:
ERROR: (gcloud) unrecognized arguments: --port=8888 (did you mean '--format'?)
To search the help text of gcloud commands, run:
gcloud help -- SEARCH_TERMS
I have python installed on my computer and my variable values of PATH
:
I don't know what is wrong and why the error is appearing. I am using Windows 10, 64 bit computer with 12 GB ram. I ran the make auth key command which was successful and tried again but it was the same.