U have installed python 3 but ure django installation is pick a different version of python.
Simple. My experience is Linux or Ubuntu based. First get the path to ure python3 #Which python Or # python -c “from dilutions.sysconfig import get_get_python_lib; print get_python_li Then Do a pip install django specifying the version of python from the path generated by which python Pip install django -p /usr/bin/python3.7 -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/cb879507-5ffb-4adf-add8-5479978b37ed%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

