[Fixed]-Pip install Django

1👍

if you are using python 3 or superior

sudo apt-get install python3-setuptools ca-certificates

then use

pip3 install django

0👍

Try to install the ssl module if you’re using python2 python-openssl, python3-openssl for python3.
If that doesn’t work try to upgrade the pip version.

👤PROW

Leave a comment