Package Details: python-trezor 0.20.0-2

Git Clone URL: https://aur.archlinux.org/python-trezor.git (read-only, click to copy)
Package Base: python-trezor
Description: Python 3 library for communicating with the TREZOR Bitcoin hardware wallet
Upstream URL: https://github.com/trezor/trezor-firmware/tree/master/python
Licenses: LGPL3
Conflicts: trezorctl
Provides: python-trezor, trezorctl
Submitter: xaiuweb
Maintainer: pizzaman
Last Packager: pizzaman
Votes: 11
Popularity: 0.142128
First Submitted: 2018-01-03 14:19 (UTC)
Last Updated: 2026-03-09 04:14 (UTC)

Latest Comments

1 2 3 Next › Last »

digital_mystik commented on 2026-03-10 01:21 (UTC)

hello xtazee, they are make dependencies of this package directly now, not just pulled in through python-construct-classes - and if python-construct-classes is already built (and make dependencies are removed/cleaned), they won't be pulled in at all and the build will fail

xtazee commented on 2026-03-09 23:39 (UTC)

@digital_mystik Those dependencies are pulled in by the python-construct-classes AUR dependency. I did have to install python-noiseprotocol as a runtime dependency and rebuild the AUR depencies with the lastest Python prior to installing python-trezor.

digital_mystik commented on 2026-03-09 14:38 (UTC)

looks like python-build and python-installer are also needed as make dependencies

pizzaman commented on 2026-03-09 06:41 (UTC)

@Ranguvar Thanks, added python-hatchling as makedepends.

Ranguvar commented on 2026-03-08 21:44 (UTC)

python-hatchling appears to be a missing makedep or dep as of 0.20.0.

pizzaman commented on 2025-03-12 09:55 (UTC)

@Iash The problem might have been a missing dependency python-slip10. Fixed.

lash commented on 2023-06-18 11:22 (UTC)

I've filed a bug report here on the issue, FYI: https://bugs.archlinux.org/task/78821

lash commented on 2023-06-18 11:13 (UTC)

my trezor stopped working with electrum after python 3.11.

The error for the trezor package when trying to scan for hardware wallet is:

Library version for 'trezor' is incompatible. Installed: 0.13.7, Needed: 0.13.0 <= x < 0.14

pizzaman commented on 2023-05-16 05:54 (UTC)

@digital_mystik Thanks for the heads up. Updated dependencies.

digital_mystik commented on 2023-05-14 22:39 (UTC)

it also appears that python-construct-classes and python-simple-rlp are needed as dependencies per requirements.txt (now packaged in the AUR) - pyblake2 is dropped unless I'm not seeing it as well (not in requirements or requirements-optional)