在django-2到来之后使用pip for python 2.7安装模块时,我感到很恐怖。
我正在尝试为django-1.11.8和python-2.7安装django_cron,但我收到了错误 -
@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/
那么如何为python-2.7和django-1.11.8 ????
安装模块答案 0 :(得分:0)
之前我遇到过这个问题,我发现你可能需要更新点子和设置工具,根据我发现的here的优秀答案。
但是对我有用的解决方案是,我下载加载的Django 1.10.5,然后我就能安装我想要的任何软件包。