安装Django时报错'module' object has no attribute 'lru_cache'

使用pip方法安装Django时报错'module' object has no attribute 'lru_cache'

解决办法如下

命令行输入命令sudo pip install Django,如下图

安装Django时报错'module' object has no attribute 'lru_cache'

安装不成功

原因是因为python版本和django版本不一致导致

安装命令中指定安装的Django版本,sudo pip install Django ==1.9

安装Django时报错'module' object has no attribute 'lru_cache'

上一篇:代码生成工具——Entity Framework Power Tools


下一篇:flask 表单填充数据报错!AttributeError: 'dict' object has no attribute 'getlist'