On Thursday, April 7, 2022 at 8:00:26 PM UTC+2 Matthias Koeppe wrote:
> Are you sure jupyterlab was not installed with an earlier version of Sage? > For my Student computer: it was not installed earlier. For my computer on which I reproduced the issue: probably jupyterlab was installed before yes. > Because I think we fixed this in https://trac.sagemath.org/ticket/33607, > which was merged in 9.6.beta6. > > Try if re-installing jinja2 and markupsafe using "sage -f ...." fixes the > problem > > Yes, I confirm that doing $ MAKE='make -j7' sage -f jinja2 $ MAKE='make -j7' sage -f markupsafe fixes sage -n jupyterlab. If I understand correctly, the above sage -f downgraded them to the following versions: $ sage -pip install jinja2 Requirement already satisfied: jinja2 in ./GitBox/sage/local/var/lib/sage/venv-python3.8/lib/python3.8/site-packages (2.11.2) Requirement already satisfied: MarkupSafe>=0.23 in ./GitBox/sage/local/var/lib/sage/venv-python3.8/lib/python3.8/site-packages (from jinja2) (1.1.1) -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-devel/e5324413-ccc4-4ee4-8e2a-a3cf98c3b77fn%40googlegroups.com.