How to Solve NameError: name 'ChoiceLoader' is not defined -- jinja2

Solution: Import the 'ChoiceLoader' module

# Add the following line to the top of your code
from jinja2 import ChoiceLoader

 

For more information:
jinja2 ChoiceLoader