Closed jedahan closed 6 years ago
Yep, looks like an issue with termbox-sys.
I've put a temporary workaround in place. There are two build issues related to termbox at the moment:
termbox-sys
crate doesn't clean itself (removing the old .termbox
directory) before running its build steps again.termbox
library itself doesn't work with Python 3.7. I've added a patch to termbox-sys
that points the cloned termbox build script to python2
, while we wait for a fix upstream.Thank you!
Might be a termbox issue?