Aste error when run "make test"

hi:
when i finish install aste,but failed when I run “make test”,error as follow:

my question is : why the error happened, Does it have any effect on the later tests?

Just a guess: You didn’t install the python dependencies.

To find out in detail, you can run ctest -VV --rerun-failed. To install the requirements you can run pip install -r requirements.txt. The mapping-tester is not a mandatory component of aste and we decided to not put jinja2 into the requirements.txt. You might need to install it manually as well, if you want to use the mapping-tester.

very thanks, you are welcome

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.