You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Observation :
Mac fails to compile because of failure to import jinja2 in file generator.py
//Error : #from jinja2.debug import make_traceback as _make_traceback
Preconditions:
Jinja2 was also installed along with necessary dependencies.
Solution:
Remove the line 26 from generator.py where import of jinja2.debug is used.
Seems jinja is reduntant ..
The text was updated successfully, but these errors were encountered:
Observation :
Mac fails to compile because of failure to import jinja2 in file generator.py
//Error : #from jinja2.debug import make_traceback as _make_traceback
Preconditions:
Jinja2 was also installed along with necessary dependencies.
Solution:
Remove the line 26 from generator.py where import of jinja2.debug is used.
Seems jinja is reduntant ..
The text was updated successfully, but these errors were encountered: