-
Notifications
You must be signed in to change notification settings - Fork 189
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
readthedocs build failing #5367
Comments
The culprit is |
Issue on |
Funnily enough, both are |
I've opened PR #1589 for Jinja 2.x. This should fix pallets/jinja#1587 |
You are using an unsupported version of Jinja, please update to the latest version if possible. Additionally, please read https://hynek.me/articles/semver-will-not-save-you/, then use a tool like pip-tools to pin your dependencies and control when you get updates. Be sure to run your tests with deprecation warnings treated as errors so that you get notified of these types of changes early. |
Thanks, but I'm well aware of these blog posts, so let's not get into the whole upper pinning discussion here 😅 You've provided me an interesting example for the discussion I am involved in though: executablebooks/meta#648 (comment) |
Will this be implemented as part of a patch update to the latest public release of AiiDA in the near future? |
We are close to releasing |
But no backport/hotfix for v1.x? |
No probably will do that as well. The support branch already has another cherry-picked fix that would merit a release |
Much appreciated. I'm seeing this error when simply installing AiiDA on a fresh environment and trying to import a DB... So I'd consider it critical :) |
There you go: https://pypi.org/project/aiida-core/1.6.6/ |
It seems this did not fix the issue at hand. Since the |
Round number two: https://pypi.org/project/aiida-core/1.6.7/ 🙏 |
Halleluja! 😄 |
See https://readthedocs.org/projects/aiida-core/builds/16126865/
ImportError: cannot import name 'soft_unicode' from 'markupsafe' (/home/docs/checkouts/readthedocs.org/user_builds/aiida-core/envs/stable/lib/python3.8/site-packages/markupsafe/init.py)
tagging @chrisjsewell @sphuber
The text was updated successfully, but these errors were encountered: