Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TemplateSyntaxError: Encountered unknown tag 'with'. #239

Closed
aqzwy opened this issue Aug 16, 2019 · 4 comments
Closed

TemplateSyntaxError: Encountered unknown tag 'with'. #239

aqzwy opened this issue Aug 16, 2019 · 4 comments
Labels
bug 🐛 Something isn't working

Comments

@aqzwy
Copy link

aqzwy commented Aug 16, 2019

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)
@aqzwy aqzwy added the bug 🐛 Something isn't working label Aug 16, 2019
@sbrugman sbrugman added this to the v2.4.0 milestone Aug 24, 2019
@jacks808
Copy link

jacks808 commented Sep 3, 2019

same issue...

@sbrugman
Copy link
Collaborator

sbrugman commented Sep 3, 2019

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

@jacks808
Copy link

jacks808 commented Sep 3, 2019

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

@aqzwy
Copy link
Author

aqzwy commented Sep 3, 2019

Thks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants