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
Traceback (most recent call last):
File "build.py", line 15, in
import jinja2
File "buildlib/jinja2.egg/jinja2/init.py", line 33, in
from jinja2.environment import Environment, Template
File "buildlib/jinja2.egg/jinja2/environment.py", line 13, in
from jinja2 import nodes
File "buildlib/jinja2.egg/jinja2/nodes.py", line 18, in
from jinja2.utils import Markup
File "buildlib/jinja2.egg/jinja2/utils.py", line 520, in
from markupsafe import Markup, escape, soft_unicode
ImportError: No module named markupsafe
I just installed python-markupsafe
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "build.py", line 15, in
import jinja2
File "buildlib/jinja2.egg/jinja2/init.py", line 33, in
from jinja2.environment import Environment, Template
File "buildlib/jinja2.egg/jinja2/environment.py", line 13, in
from jinja2 import nodes
File "buildlib/jinja2.egg/jinja2/nodes.py", line 18, in
from jinja2.utils import Markup
File "buildlib/jinja2.egg/jinja2/utils.py", line 520, in
from markupsafe import Markup, escape, soft_unicode
ImportError: No module named markupsafe
I just installed python-markupsafe
The text was updated successfully, but these errors were encountered: