We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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'.
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.
The text was updated successfully, but these errors were encountered:
Fixed by #604
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: