safe-cli icon indicating copy to clipboard operation
safe-cli copied to clipboard

Docs on how to use the Ledger Python package from Docker

Open PaulRBerg opened this issue 11 months ago • 1 comments

When running the Docker image, it says this:

Ledger=Disabled Optional ledger library is not installed, run pip install safe-cli[ledger]

However, pip is not available in the Docker context.

How can we install the safe-cli[ledger] in Docker and use it there?

PaulRBerg avatar Mar 28 '25 10:03 PaulRBerg

I installed the package by using docker ps and docker exec -it <container_id_or_name> sh.

That enabled the load_ledger_cli_owners function. However, the function doesn't seem to work. When I run this:

load_ledger_cli_owners --derivation-path "m/44'/60'/0'/0/0"

Nothing happens. No Ledger CLI is loaded.

@AsiganTheSunk @Uxio0 @moisses89 could you take a look, please? 🙏

PaulRBerg avatar Mar 28 '25 11:03 PaulRBerg