Electrum does not support hardware wallet Trezor in Tails 6.0
Electrum in Tails 6.0 does not support Trezor HW Wallet, error message:
trezor: (error getting device infos) Library version for 'trezor' is incompatible. Installed: 0.12.4, Needed: 0.13.0 <= x < 0.14 Make sure you install it with python3
there are also other messages for other hw wallets:
Debug message
bitbox02: (error getting device infos)
Missing libraries for bitbox02.
ImportError()
Make sure you install it with python3
coldcard: (error getting device infos)
Missing libraries for coldcard.
ModuleNotFoundError("No module named 'ckcc'")
Make sure you install it with python3
jade: (error getting device infos)
Missing libraries for jade.
ModuleNotFoundError("No module named 'cbor'")
Make sure you install it with python3
keepkey: (error getting device infos)
Missing libraries for keepkey.
Make sure you install it with python3
ledger: (error getting device infos)
Missing libraries for ledger.
ModuleNotFoundError("No module named 'ledger_bitcoin'")
Make sure you install it with python3
safe_t: (error getting device infos)
Missing libraries for safe_t.
ModuleNotFoundError("No module named 'safetlib'")
Make sure you install it with python3
trezor: (error getting device infos)
Library version for 'trezor' is incompatible.
Installed: 0.12.4, Needed: 0.13.0 <= x < 0.14
Make sure you install it with python3
but I can only test/verify Trezor and Jade. For Jade I already created #20137 (closed)
Edited by intrigeri