Django 2.x is not supported using Python 2.x.
From the Django download page:
We recommend using the latest version of Python 3. The last version to
support Python 2.7 is Django 1.11 LTS.
You should use Python 3.x with Pip3:
pip3 install Django