If you are facing this error in odoo12
It means the proper package version of Jinja2 is not installed.
Try installing this one:
pip3 install Jinja2==2.10.1
It should solve your problem.
Thanks!!! Enjoy Programming! :)
An attempt to share knowledge/work in Odoo ERP/ Web Development (Python) / DevOps (Nginx, PostgreSQL configuration, AWS)
If you are facing this error in odoo12
It means the proper package version of Jinja2 is not installed.
Try installing this one:
pip3 install Jinja2==2.10.1
It should solve your problem.
Thanks!!! Enjoy Programming! :)