Assigned
Status Update
Comments
go...@google.com <go...@google.com> #2
[Deleted User] <[Deleted User]> #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
go...@google.com <go...@google.com> #4
Hello,
At the moment there is no specific flag to specify the directory to use for pip install, you can find all the available flags by running the command “dev_appserver.py -h”.
I have forwarded your request to the App Engine engineering team, in order to evaluate the implementation of this change.
If you would like to add any information, or use case, to this issue, please do so in this thread.
Further communications will be made here as well, however I cannot promise an ETA for the resolution of this request.
At the moment there is no specific flag to specify the directory to use for pip install, you can find all the available flags by running the command “dev_appserver.py -h”.
I have forwarded your request to the App Engine engineering team, in order to evaluate the implementation of this change.
If you would like to add any information, or use case, to this issue, please do so in this thread.
Further communications will be made here as well, however I cannot promise an ETA for the resolution of this request.
[Deleted User] <[Deleted User]> #5
system is showing this ticket is blocked by
Description
Problem you have encountered:
in python3 development
Using pip to install dependency libraries; pip stdout is redirected to /tmp/tmpr9jMgS
Running /tmp/tmp53aFdK/bin/pip install --upgrade pip
every time when dev_appserver.py run, pip stdout redirect to new dir, i guess, and then again pip install happend,
it take too much time to start dev_appserver
What you expected to happen:
how to start dev_appserver faster
Other information (workarounds you have tried, documentation consulted, etc):
google app engine python3 env