Deployment failed because of incompatibility of module version in requirements.txt

Hi

I’ m trying to deploy my first project. The deployment failed because the incompatibility of some modules in requirements.txt - django 5.1.2, dj-database-url 2.3.0 and django-bootstrap-v5 1.0.11. I’ve deleted these modules from requirements.txt and I was trying to deploy again but now the deployment failed because these modules are missing! Please help!

Hi,

I’ve replied to the ticket you also opened, let’s keep the conversation in one place (on the ticket).

This will be a code issue, not a Render one. You need to ensure the packages are compatible with each other and with the Python version being used.

If you have a setup working locally in development, ensure the same packages and Python versions are used when deploying.