Closed dpinol closed 7 years ago
This issue comes from urwidtrees, what you are seeing is combination of these issues: https://github.com/pazz/urwidtrees/issues/28 https://github.com/pazz/urwidtrees/issues/24 https://github.com/pazz/urwidtrees/issues/35
Unfortunately I wasn't able to resolve this (so $ pip3 install sen
works) -- the solution is to install urwid
explicitly before installing sen. I proposed patch to document this, can you take a look? #128
hi, thanks! I guess you meant #129 instead of #128 in your last comment
Yes, #129, my bad.
dealt by #129. Thank you @TomasTomecek
Thanks. pip3 install urwid
is a workaround.
In OSX, with python 3.6 and pip 9.0.1, it failed to automatically install the urwid dependency.
After manually installing urwid, it worked fine