Я пытаюсь установить Django и я получаю следующую ошибку, пожалуйста
дайте мне знать, что, кажется, проблема.
спасибо,
(ENV) AP-MacBook-Pro:bin $ sudo -H pip install django/
Processing ./django
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/private/tmp/pip-sTRicb-build/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 60, 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 /private/tmp/pip-sTRicb-build/