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

Jinja 2 version conflicts with the latest version of MarkupSafe #603

Closed
jjmerchante opened this issue Feb 23, 2022 · 1 comment
Closed

Comments

@jjmerchante
Copy link
Contributor

Installing Sortinghat using Jinja 2.11.3 conflicts with the latest version of MarkupSafe and throws the following error:

ImportError: cannot import name 'soft_unicode' from 'markupsafe'.

This is a known issue in Jinja and they propose to update to v3 (pallets/jinja#1585).

We can pin Jinja to 3.0.3 because 3.1.0 will drop support for Python 3.6.

@jjmerchante
Copy link
Contributor Author

Fixed by #604

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant