Open rachmadaniHaryono opened 2 years ago
I am also having this issue. Was able to resolve it by manually pip installing markupsafe v2.0.1 after installing nitter_scraper.
Is there an open PR for this? Could put one together if not.
looking at current open pr there are nothing for now
but remember that the repo is not active and last commit is jan 11 2021, almost 2 year ago
Hi all, coincidentally, one year later I ran into this same problem.
I solved it by simply removing jinja2, the use of jinja2 is overkill for such a simple case IMO. This removes the import error. FWIW, soft_unicode
has been renamed to soft_str
in the jinja2 dependency markupsafe. Instead of jinja2, I am using a multiline string as a Python template.
based on https://stackoverflow.com/a/72747002/1766261 you have to downgrade markupsafe
for example