Hey,
Linux noob, but need the 25 word seed and wanted to do this online (Leder Nano S).
Setup a new Debian, ran below commands and running into: line 28 "No module named 'ledger'" (executed in tools/python).
su
apt install libusb-1.0-0-dev libudev-dev
apt install python3-pip
python3 pip install pycryptodomex
python3 pip install ECPy
python3 pip install ledgerblue
export PATH="$home/user/.local/bin:$PATH" (ledgerblue install warned that dir is missing in PATH)
Hey, Linux noob, but need the 25 word seed and wanted to do this online (Leder Nano S). Setup a new Debian, ran below commands and running into: line 28 "No module named 'ledger'" (executed in tools/python).
pwd
/src python3 src/ledger/monero/seedconv.py onlineThanks!!