Can't install Django on Ubuntu, please help.
(studentsdb) fantbook@FantBook:/data/work/virtualenvs/studentsdb$ pip install django Collecting django Using cached Django-2.0.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "<string>", line 1, in <module> File "/tmp/pip-build-E7rbg6/django/setup.py", line 32, in <module> version = __import__('django').get_version() File "django/__init__.py", line 1, in <module> from django.utils.version import get_version File "django/utils/version.py", line 61, in <module> @functools.lru_cache() AttributeError: 'module' object has no attribute 'lru_cache' ---------------------------------------- Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-E7rbg6/django/
deactivate) and re-create it with the commandvirtualenv --python=/usr/bin/python3 /data/work/virtualenvs/studentsdb(or another similar, but--pythonnot forget --python ) - andmal