Vercel django error: ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with LibreSSL 2.8.3

I get the error below when i deploy my Django project on Vercel
 

ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with LibreSSL 2.8.3

 

message profile
Admin
2023-10-15

The issue is that the version of the 'ssl' module that is currently installed in your environment on vercel is compiled with LibreSSL 2.8.3, which is not compatible with urllib3 v2.0.

To fix this install a lower version using
 

pip install urllib3==1.26.6

 

Add Message

Click on the button below to add a new message to this thread

Tags

#python #django

Thread detail

Satus: Open
Messages: 1Started: 2023-10-15
loading..

DEVMAESTERS

Newsletter

Services

Frontend Development |Backend Development |Full Website Development |Bootstrap Website upgrades | Website Debbugging | Website Hosting & deployment

Contact

Interested in hiring me or collaborating with me on a project, click on any of the links below to get my social media handle

Or contact me via Tel: (+234)-806-225-7480 | Email: abubakarzakari1703@gmail.com

Copywright@devmaesters.com
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.