redial
redial copied to clipboard
Incompatible with latest version of urwid.
Describe the bug Running redial now produces an error on a fresh install: Module not found error. urwid.tests is not found. Redial seems to be compatible with urwid version 2.1.2
To Reproduce Steps to reproduce the behavior:
- Pip install redial
- Run redial
Expected behavior Redial app should start
Desktop (please complete the following information):
- OS: Ubuntu 20.04
Additional context Current workaround is to uninstall urwid and install version 2.1.2
pip uninstall urwid pip install urwid==2.1.2