Closed eparisis closed 1 year ago
Hi,
I also faced this issue and could solve it by removing the jinja2
package separately and reinstalling it with version 3.0
instead of 3.1.1
. I used virtual environment to install amber using Virtualenv
. Hope it works for you as well. pip3 install Jinja2==3.0
Best, Yazhini
Hey @yazhinia thanks a lot.
I tried different versions of jinja in the conda env I installed AMBER and finally got it to work with pip install jinja2==3.0.1
.
Hi there, I ran AMBER some days prior, and since then I updated some packages to run CAMISIM since some of them were incompatible and I cant get it to run anymore.
I get the following error message:
I get this same error message running it on Linux and on my local Mac. Installing it from scratch in a new conda env also produces this error.
I've looked up some fixes for jinja2 but nothing worked.
Trying to build the docker image as in the instruction also didn't work:
The packages versions in the
requirements.txt
are all installed so I don't know whats wrong.