Deployment problem on Vercel ?!

I want to deployed my project on vercel , but can’t able to due to following error -

And yes, I have checked everything—from the Django version globally as well as within the project scope—and ensured that the Python version is greater than 3.10. I have also added vercel.json and requirements.txt (which includes the Django version).

Try looking at the project’s build logs - make sure the dependencies are being installed, installed correctly, and to the correct location.

If they’re being installed and Python can’t find them, check which Python executable is being used to run Django, and whether <python> -m pip show django shows anything.