The SDK using an older version of Pip should no be a blockage from 
installing requirements from a requiremts.txt file.
If a package absolutely needs a version of pip to be installed that would 
be different, but usually this is not an issue.

Could you try to install those dependencies locally (in a virtual 
environment) running the same command? This could help you isolate the 
issue.

pip install -r requirements.txt




On Friday, May 15, 2020 at 8:02:49 AM UTC-4, Vinayak Nayak wrote:
>
> Hello Kush!
>
> I am trying to deploy a flask app on google cloud platform using their app 
> engine functionality.The project builds fine but when it comes to 
> installing the requirements using requirements.txt file, it just doesn't 
> seem to work. Upto a point it installs the packages but after that it says 
> pip10 is used instead of pip19 in installing the packages.
>
>
> To overcome this, I forcefully added a pip==19.0 dependency in the 
> requirements.txt file.
>
>
> Next, I created a virtual environment and locally upgraded pip and then 
> tried to gcloud app deploy but to no effect.
>
>
> Here's a screenshot of the error message. I think we have the same error 
> message. Can you tell me what did you do in order to fix it?
>
> [image: Screenshot from 2020-05-15 12-07-10.png]
>
> Thanks for reading and in anticipation of a solution.
>
>
> With Regards,
>
> Vinayak.
>
>
>
>
> On Tuesday, June 11, 2019 at 7:51:13 PM UTC+5:30, 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 google-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/a17cbba7-92d7-4b04-be35-17e784b734ae%40googlegroups.com.
  • [google-ap... Kush Goyal
    • [goog... 'Nicolas (Google Cloud Platform Support)' via Google App Engine
    • [goog... Gabriel Dumbrille
      • [... 'Emil' via Google App Engine
    • [goog... 'noverlyjoseph' via Google App Engine

Reply via email to