Dash application Deployment

Hi guys at Render
I am really delighted to join your community
I have been trying to deploy my first web application on your platform but I failed twice and received this message:
Jan 31 12:19:57 PM ERROR: No matching distribution found for numpy==1.24.1 (from -r requirements.txt (line 3))
Jan 31 12:19:57 PM WARNING: You are using pip version 20.1.1; however, version 23.0 is available.
Jan 31 12:19:57 PM You should consider upgrading via the ‘/opt/render/project/src/.venv/bin/python -m pip install --upgrade pip’ command.
Jan 31 12:19:57 PM ==> Build failed :disappointed:
Jan 31 12:19:57 PM ==> Generating container image from build. This may take a few minutes…
what should I do
with kind regards

Hi there,
This will be related to the Python version that numpy is available for - you can configure the Python version as https://render.com/docs/python-version

Regards,

John B

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