Deployment failure of app

I am getting following errors while deployment
27 04:53:40 PM ERROR: No matching distribution found for pandas==2.0.1 (from -r requirements.txt (line 2))
May 27 04:53:40 PM WARNING: You are using pip version 20.1.1; however, version 23.1.2 is available.
May 27 04:53:40 PM You should consider upgrading via the ‘/opt/render/project/src/.venv/bin/python -m pip install --upgrade pip’ command.
How to fix it

Hi there,

The issue here, I believe is that Pandas 2.0.1 requires Python 3.8 and the current default version on Render is 3.7.10. Try specifying a newer version of Python.

Regards,
Keith

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