程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
您现在的位置: 程式師世界 >> 編程語言 >  >> 更多編程語言 >> Python

Python error importerror: cannot import name evalcontextfilter, markup, escape from jinja2 solution

編輯:Python

Problem description
Use airtest Conduct UI automated testing , take python3.6 Upgrade to python3.9. After the installation of various packages , Run script , Report errors :ImportError: cannot import name evalcontextfilter, Markup, escape from ‘jinja2‘

from jinja2 introduce evalcontextfilter, Markup, escape.

terms of settlement
Viewed before python3.6 At the time of the jinja2 Version is 3.0.3; Upgrade to python3.9 after ,jinja2 Version is 3.1.x.

So will jinja2 Version down to 3.0.3 after , Problem solving .

Operation steps
(1) Uninstall the installed jinja2: pip uninstall jinja2
(2) install 3.0.3 edition : pip install jinja2==3.0.3
 


  1. 上一篇文章:
  2. 下一篇文章:
Copyright © 程式師世界 All Rights Reserved