Pandas-profiling: TemplateSyntaxError: Encountered unknown tag 'with'.

Created on 16 Aug 2019  路  4Comments  路  Source: pandas-profiling/pandas-profiling

I can not use the pandas_profiling in python 3.5.3,it report the err

TemplateSyntaxError: Encountered unknown tag 'with'.


import pandas_profiling
import pandas as pd
dd = pd.read_csv('./company.csv',encoding='utf-8')
pandas_profiling.ProfileReport(dd)
bug 馃悰

Most helpful comment

After update jinja via pip install -U jinja2 and restart python kernel, this is issus was fixed. Thank you.

All 4 comments

same issue...

You should be able to manually resolve this by updating jinja.

After update jinja via pip install -U jinja2 and restart python kernel, this is issus was fixed. Thank you.

Thks

Was this page helpful?
0 / 5 - 0 ratings

Related issues

VellalaVineethKumar picture VellalaVineethKumar  路  4Comments

andycraig picture andycraig  路  5Comments

AmauryLepicard picture AmauryLepicard  路  5Comments

jes08701 picture jes08701  路  6Comments

romainx picture romainx  路  5Comments