Open airfield20 opened 1 year ago
for enyone like me struggeling with this with pipx:
pipx list
gives you path to localy installed venvs, in my case /home/oleg/.local/pipx/venvs
then you go
source /home/oleg/.local/pipx/venvs/redial/bin/activate
python -m pip install urwid==2.1.2
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:
Expected behavior Redial app should start
Desktop (please complete the following information):
Additional context Current workaround is to uninstall urwid and install version 2.1.2
pip uninstall urwid pip install urwid==2.1.2