Hello,
I have a APP in Python using Flask framework.
I would like to migrate it to Render, but currently I received the next error:
This APP try to connect with external mysql database, but it seems some problem with the dependency of mysql module.
I declared this module in requeriments.txt but I continue with that error.
Some idea where is the problem?
Best regards