500:INTERNAL_SERVER ERROR when deploying in vercel

474 views Asked by At

[enter image description here] 1iam a student trying to build django project and deploy it to vercel since heroku is not free anymore I followed the tutorial step by step correctly, after deployment, I got 500 internal server error when I check the log, it gave me

[ERROR] Runtime.ImportModuleError: Unable to import module 'vc__handler__python': No module named 'django'Traceback (most recent call last):

after last deployment renaming requirement.txt to requirements.txt i get the following error like in the image instead I have try to search online for the solution yet none satisfy the similar problem I have, please help, what should i do

0

There are 0 answers