Can't deploy the Flask application, I need help

Hello, I’m new at Render. I wanted to deploy a Flask application.
The error I’ve got:
“WARNING: You are using pip version 20.1.1; however, version 22.1.2 is available.
You should consider upgrading via the ‘/opt/render/project/src/.venv/bin/python -m pip install --upgrade pip’ command.”
I already upgrade my pip version at local but I couldn’t figured how to upgrade pip version in render. I’m using Free Plan for the project. I can’t use shell right now because of the Free Plan.
Does anyone have any thoughts?

Hi Ozge,

That is just a warning and can be ignored if you don’t need a newer version of pip. If you do need the newer version you can add pip install --upgrade pip to the build command in your service settings. Hope this helps!

Best,
Tyler

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.