Python CLI broke for anyone who installs it fresh ...
# announcements
s
Python CLI broke for anyone who installs it fresh without any cache ~half hour ago due to DataHub CLI indirectly depending on Jinja2 and Jinja2 releasing a new version ~half hour ago https://pypi.org/project/Jinja2/#history fix PR has been raised https://github.com/datahub-project/datahub/pull/4484 workaround is to install an older version of
Jinja2
Copy code
pip install --upgrade Jinja2==3.0.3
and then install the DataHub python CLI