Hi Gabriel, As was proposed by Nicolas, if you need specific version of pip to install other dependancies, you can switch to custom environment <https://cloud.google.com/appengine/docs/flexible/custom-runtimes/quickstart> and tweak Dockerfile to first update pip and then install other dependancies. Otherwise this is just a warning and you can ignore it in most cases.
On Monday, April 20, 2020 at 2:25:29 PM UTC+2, Gabriel Dumbrille wrote: > > Hi Kush, > > I am having the same issue: > > Step #2: You are using pip version 10.0.1, however version 20.0.2 is > available. > Step #2: You should consider upgrading via the 'pip install --upgrade pip' > comma > nd. > > My requirements.txt file has pip==19.0 for my flask app... > > How were you able to solve it? > > On Tuesday, June 11, 2019 at 9:21:13 AM UTC-5, Kush Goyal wrote: >> >> When I deploy to app engine flexible env I get the below warnings in red: >> >> Step #1: You are using pip version 10.0.1, however version 19.1.1 is >> available. >> Step #1: You should consider upgrading via the 'pip install --upgrade >> pip' command. >> >> >> I am using python 3 on app engine flexible. >> >> Is is possible to use the latest version of pip when deploying. My google >> sdk version is 249.0.0 and app engine python version is 1.9.85. >> > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/c7341c25-1b31-44eb-9d92-ed043878c449%40googlegroups.com.
