Syntax error in jinja 2 library

前端 未结 2 1911
甜味超标
甜味超标 2021-01-24 19:20

For running the IPython Notebook on a suse Linux server, I needed to install the jinja2 library:

pip-3.2 install jinja2

Installati

2条回答
  •  挽巷
    挽巷 (楼主)
    2021-01-24 19:44

    Install jinja 2.5, using:

    easy_install jinja2==2.5
    

    That solved the problem for me (happily).

提交回复
热议问题