I am getting erorr when installing modules using pip for python 2.7 after django-2 comes.
I am trying to install django_cron for django-1.11.8 and python-2.7 but I am getting the error-
@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-JKhsAF/Django/
So how to install modules for python-2.7 and django-1.11.8 ????