Open getorca opened 2 years ago
I ran into exactly the same issue and did a little bit of digging around
soft_unicode
was dropped in the MarkupSafe 2.1.1 releasesoft_unicode
issue in markup soft project it's self see https://github.com/pallets/markupsafe/issues/288 but wasn't able to make much sense of itThis is about as far as i've gotten so far but hopefully it's enough to keep this moving!
when running
bonobo init tutorial.py
I get the following error:Related to
MarkupSafe==2.1.1
. Downgrading topip install MarkupSafe==2.0.1
works as expected.Versions
Bonobo version: bonobo v.0.6.4
Python version: Python 3.8.10
Platform: Ubuntu 20.04.4 LTS
I'm very new to bonobo so I haven't dug in yet to see if this should be fixed with a pull request and patch on the code base, or specifying a maximum version in requirements?