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
$ data_lineage --catalog-user xxx --catalog-password yyy
Traceback (most recent call last):
File "/opt/homebrew/bin/data_lineage", line 5, in <module>
from data_lineage.__main__ import main
File "/opt/homebrew/lib/python3.9/site-packages/data_lineage/__main__.py", line 7, in <module>
from data_lineage.server import create_server
File "/opt/homebrew/lib/python3.9/site-packages/data_lineage/server.py", line 5, in <module>
import flask_restless
File "/opt/homebrew/lib/python3.9/site-packages/flask_restless/__init__.py", line 22, in <module>
from .manager import APIManager # noqa
File "/opt/homebrew/lib/python3.9/site-packages/flask_restless/manager.py", line 24, in <module>
from flask import Blueprint
File "/opt/homebrew/lib/python3.9/site-packages/flask/__init__.py", line 14, in <module>
from jinja2 import escape
File "/opt/homebrew/lib/python3.9/site-packages/jinja2/__init__.py", line 12, in <module>
from .environment import Environment
File "/opt/homebrew/lib/python3.9/site-packages/jinja2/environment.py", line 25, in <module>
from .defaults import BLOCK_END_STRING
File "/opt/homebrew/lib/python3.9/site-packages/jinja2/defaults.py", line 3, in <module>
from .filters import FILTERS as DEFAULT_FILTERS # noqa: F401
File "/opt/homebrew/lib/python3.9/site-packages/jinja2/filters.py", line 13, in <module>
from markupsafe import soft_unicode
ImportError: cannot import name 'soft_unicode' from 'markupsafe' (/opt/homebrew/lib/python3.9/site-packages/markupsafe/__init__.py)
Looks like that was removed in 2.1.0. You may want to specify markupsafe==2.0.1.
The text was updated successfully, but these errors were encountered:
debedb
pushed a commit
to debedb/data-lineage
that referenced
this issue
Oct 25, 2022
Looks like that was removed in 2.1.0. You may want to specify
markupsafe==2.0.1
.The text was updated successfully, but these errors were encountered: