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
Hello,
After a fresh install of NBDev 1.2.2, the command nbdev_build_lib fail with error:
nbdev_build_lib
ImportError: cannot import name 'soft_unicode' from 'markupsafe'
It seems that NBDev use an old version of Jinja. Please see pallets/markupsafe#284
Forcing markupsafe = "2.0.1" solve the problem.
markupsafe = "2.0.1"
The text was updated successfully, but these errors were encountered:
Well, sorry, it is not related to NBDev, it is NBConvert that call Jinja.
Sorry, something went wrong.
No branches or pull requests
Hello,
After a fresh install of NBDev 1.2.2, the command
nbdev_build_lib
fail with error:ImportError: cannot import name 'soft_unicode' from 'markupsafe'
It seems that NBDev use an old version of Jinja. Please see pallets/markupsafe#284
Forcing
markupsafe = "2.0.1"
solve the problem.The text was updated successfully, but these errors were encountered: