Skip to content

Backup plugin - ModuleNotFoundError: No module named 'tqdm' #303

@NVG2021

Description

@NVG2021

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions