Ubuntu server 22.04 LTS
Both `python` and `python3` seem to offer appropriate interactive responses, but when I try to run `deluged` it responds with:Traceback (most recent call last):
[...]
File "/usr/local/lib/python3.10/dist-packages/twisted/internet/defer.py", line 40, in <module>
import attr
ModuleNotFoundError: No module named 'attr'
Another app, nzbdplus, reports that it's running properly (after `apt reinstall`) but my usual pointing a browser to the web port 8080 doesn't work (connection reset).When I run it on the console it appears to work -- despite complaining about certificates -- but won´t open for a browser on a local networkAny suggestions? Maybe the answer is obvious and I'm just overtired.