-
Notifications
You must be signed in to change notification settings - Fork 73
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
"soft_unicode" is not supported in latest markupsafe #263
Comments
Thank you for sharing your solution! I have solved the problem with the following method: downgrading markupsafe with the pip command.
|
version 2.1.0 (which is the latest one) is not working for some reason. Refer: kyuridenamida/atcoder-tools#263 (comment)
I also encountered this issue during setup of new environment for 2023 judge. I found that this issue comes from that jinja2 doesn't pin markupsafe version, but it seems that jinja maintainer don't have plan to fix it because jinja 2.11.x is unsupported version. I think that the ideal way to solve this issue is to update dependency of jinja version on atcoder-tools. However, jinja dev. already moved to 3.x and major version up might cause trouble without investigation. Therefore, pinning markupsafe on atcoder-tools is realistic way to solve this issue. |
Problem
When atcoder-tools is newly installed, the latest version of markupsafe is used.
In that case, we could not execute "atcoder-tools gen" using jinja2.
Solution
I was able to solve this problem following this step.
Ref
The text was updated successfully, but these errors were encountered: