Hello, I am trying to make the backup plugin to work under my ubuntu 20.04 box and after following the instructions, I get the following error message, and do not see any solution around for this.
The destination folder exists....
I did not stop lightningd to perform this command
sudo ./backup-cli init --lightning-dir ~/.lightning/bitcoin file:///media/discow/clightning/file.bkp
Traceback (most recent call last):
File "./backup-cli", line 2, in
from backends import get_backend
File "/home/nicolas/.lightning/plugins/backup/backends.py", line 5, in
from backend import Backend
File "/home/nicolas/.lightning/plugins/backup/backend.py", line 7, in
from tqdm import tqdm
ModuleNotFoundError: No module named 'tqdm'
Any hint on how to solve this???
thank you
Nicolas