when i write command pip install django in cmd the show some error. error show in attachement
how many days i am wait for reply??
these error sometimes come and sometimes not… so please solve this problem as soon as possible.
hi
Which version Python you have installed?
Django above 2 version support only python3 , so try
pip3 install django==2.0.7
if you have python3.5 and above in your system try
pip install django==0
and
pip3 install django==0