You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[snip]
ImportError: cannot import name 'soft_unicode' from 'markupsafe' (/Volumes/zorg/mb312/.virtualenvs/test/lib/python3.8/site-packages/markupsafe/__init__.py)
Would you consider making a new release?
I just pip-installed Dicom_parser, and JupyterLab, and this gave me a broken JupyterLab:
$ mkvirtualenv test $ pip install jupyterlab $ pip install dicom_parser
This ends with output:
Notice the downgrade of Jinja. Next:
Gives:
Web search gives this thread, which suggests:
Sure enough, this fixes it.
Repeating these steps, but installing from latest Master locally, does not downgrade Jinja2, and does not cause this error.
Maybe a new release would prevent this error?
The text was updated successfully, but these errors were encountered: