Vercel python and pip version issues when deploying django project
I successfully deployed my Django project on vercel before but recently when I try to redeploy I get the error below
"This script does not work on Python 3.6 The minimum supported Python version is 3.7. Please > use https://bootstrap.pypa.io/pip/3.6/get-pip.py instead"
I believe it has something to do with the python version that my project is using on vercel
You are correct, Due to a recent update the minium python version supported by the pip script you are using is now 3.7. I faced a similar issue when i was trying to host the backend code for this site on vercel and I wrote a post about how I was able to get it to work. Click this link to read the post
Add Message
Tags
Thread detail
Thread Create
Privacy Policy
By using our website,
you agree that devmaesters can store cookies on your device and disclose information in accordance with our privacy policy.