django升级2.1python升级3.7时出现的错误:"trying to load '%s': %s" % (entry[1], e) django.temp

Posted 子钦加油

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了django升级2.1python升级3.7时出现的错误:"trying to load '%s': %s" % (entry[1], e) django.temp相关的知识,希望对你有一定的参考价值。

django升级2.1python升级3.7时出现如下的错误:

"trying to load ‘%s‘: %s" % (entry[1], e) django.template.library.InvalidTemplateLibrary: Invalid template library specified. ImportError raised when trying to load ‘crispy_forms.templatetags.crispy_forms_utils‘: cannot import name ‘allow_lazy‘ from ‘django.utils.functional‘ (C:UsersAdministratorEnvsmxonline_py37libsite-packagesdjangoutilsfunctional.py)

 

原因是 django-crispy-forms版本过低 升级到最新版本就可以解决

我这里出错的django-crispy-forms版本是1.6.1  我升级到1.8.0不再报以上错误

 

 

以上是关于django升级2.1python升级3.7时出现的错误:"trying to load '%s': %s" % (entry[1], e) django.temp的主要内容,如果未能解决你的问题,请参考以下文章

django入门与实践 - 关于升级到django 3.7,三种模板超链接配置(编辑中)

python版本升级到3.7

升级为python3.3.7版本步骤

ubuntu中把python升级到3.7

升级到Django 2.1的urls.py路径中的语法错误

python 升级2.7版本到3.7