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.
Hi Kush,
Thank you for reporting this,
Apparently there are some conflicts with the OS system version as reported here. One workaround for the moment would be to use your own custom runtime.
Also as your issue seems to be a specific technical issue you would have better assistance from the community by posting in StackOverflow as Google Groups is intended for general discussion
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?
Thanks for reading and in anticipation of a solution.
With Regards,
Vinayak.
pip install -r requirements.txt