Open MichelMoser opened 1 year ago
I was able to run alphamap by fixing the versions of jinja2 and markupsafe:
pip install alphamap jinja2==2.11.3 markupsafe==1.1.1
Thanks a lot for your comments - we just released a new alphamap version which should address this issue. Please let us know in case the problem persists
Hello,
I installed alphamap via pip in a separate conda environment. When i try to run alphamap, i run into an import error from Jinja2 package:
I read that Markup is no longer supported on Jinja2. Could you advise on how to solve the issue?
Flask and Jinja2 versions: