Error deploying flask app in render

Hello, I’m new to render and I would like to upload my application to render, I managed to upload my Postgresql database, but the flask app happens this error:
Nov 4 09:26:29 AM ==> Using Python version 3.7.10 (default)
Nov 4 09:26:29 AM ==> Docs on specifying a Python version: Specifying a Python Version | Render Docs
Nov 4 09:26:33 AM ==> Using Poetry version 1.1.14 (default)
Nov 4 09:26:33 AM ==> Docs on specifying a Poetry version: Specifying a Poetry Version | Render Docs
Nov 4 09:26:33 AM ==> Running build command ‘pip install -r requirements.txt’…
Nov 4 09:26:34 AM ERROR: Could not find a version that satisfies the requirement apturl==0.5.2 (from -r requirements.txt (line 1)) (from versions: none)
Nov 4 09:26:34 AM ERROR: No matching distribution found for apturl==0.5.2 (from -r requirements.txt (line 1))
Nov 4 09:26:34 AM WARNING: You are using pip version 20.1.1; however, version 23.3.1 is available.
Nov 4 09:26:34 AM You should consider upgrading via the ‘/opt/render/project/src/.venv/bin/python -m pip install --upgrade pip’ command.
Nov 4 09:26:34 AM ==> Build failed :disappointed:

Someone to help me? Thanks in advance.

Hey,

Make sure that your Render is using the appropriate Python version: https://render.com/docs/python-version

Jérémy.
Render Support, UTC+3

1 Like

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