question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Jinja2 Update 3.1.0 breaks Multiprocess

See original GitHub issue

The latest release from Jinja2 breaks the multiprocess because the package version for Jinja isn’t set. See release notes - https://jinja.palletsprojects.com/en/3.1.x/changes/#version-3-1-0

This can be remediated by either hard setting the Jinja2 package to 3.0.3 or import escape directly from MarkupSafe

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
rokpucommented, Mar 28, 2022

Agreed, thanks for the help.

0reactions
rycus86commented, Mar 28, 2022

Sounds like you’ve worked it out, so I’ll go ahead and close this issue. If you’re pinning all packages, then I’d expect explicitly adding the markupsafe package along with the jinja2 bump would probably also work.

Read more comments on GitHub >

github_iconTop Results From Across the Web

jinja2 3.1.0 breaks mkdocs · Issue #2799 - GitHub
mkdocs can be patched by explicitly installing jinja2 3.0.0. maybe this is not a mkdocs bug, but a jinja2 bug; however, this could...
Read more >
Changes — Jinja Documentation (3.1.x)
Update valid identifier characters from Python 3.6 to 3.7. ... Template rendering only treats \n , \r\n and \r as line breaks. Other...
Read more >
Databricks Runtime 10.1 for ML (Unsupported) - Microsoft Learn
The following improvements are available starting in Mlflow version 1.21.0, which is included in Databricks Runtime 10.1 ML. [Models] Upgrade ...
Read more >
CHANGES — pbr 5.9.1.dev9 documentation
3.1.0 ¶ · allow user to override the output location of api docs · fix tests based on API change in Sphinx ·...
Read more >
conda-build Documentation
To update conda and conda-build, in your terminal window or an Anaconda Prompt, ... Hotfixing is tricky, as it has the potential to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found