Package Details: python-hwilib 3.1.0-3

Git Clone URL: https://aur.archlinux.org/python-hwilib.git (read-only, click to copy)
Package Base: python-hwilib
Description: The Bitcoin Hardware Wallet Interface is a Python library and command line tool for interacting with hardware wallets.
Upstream URL: https://github.com/bitcoin-core/HWI
Licenses: MIT
Submitter: bitcoinlizard
Maintainer: bitcoinlizard
Last Packager: bitcoinlizard
Votes: 1
Popularity: 0.000000
First Submitted: 2021-05-15 03:58 (UTC)
Last Updated: 2025-03-15 13:35 (UTC)

Pinned Comments

Latest Comments

« First ‹ Previous 1 2

bitcoinlizard commented on 2022-01-18 22:56 (UTC)

@hossbeast - This should be satisfied by python-bitbox02 which is a listed dependency.

I'm guessing that perhaps the issue is that Python just revved to 3.10. I would recommend rebuilding python-bitbox02 and then try running hwi-qt again. Very likely you will get an error for another package following rebuilding python-bitbox02. Really all of your AUR python packages need to be rebuilt following a version bump.

hossbeast commented on 2022-01-18 21:44 (UTC)

Is there an undocumented dependency?

0 % hwi-qt
ModuleNotFoundError: No module named 'bitbox02'

1 % pacman -Qi python-hwilib
Name            : python-hwilib
Version         : 2.0.2-3
Build Date      : Sat 15 Jan 2022 09:37:00 AM PST
Install Date    : Sat 15 Jan 2022 09:37:04 AM PST

RealOrRandom commented on 2021-06-13 07:56 (UTC)

Thanks, it works now.

bitcoinlizard commented on 2021-06-12 13:53 (UTC)

@RealOrRandom - hwi-qt should be fixed. I was able to load the QT GUI with the newly uploaded version of the PKGBUILD.

bitcoinlizard commented on 2021-05-26 14:37 (UTC)

I was not aware there was a UI for this package but you are correct, I get the same error. I attempted to run contrib/generate-ui.sh in the PKGBUILD but that didn't resolve the issue. I suspect the PKGBUILD is missing a dependency from here:

https://github.com/bitcoin-core/HWI/blob/master/pyproject.toml

The dependency will have to be added and the package rebuilt. Unfortunately it will be a couple weeks until I'm able to work on this.

RealOrRandom commented on 2021-05-26 09:56 (UTC) (edited on 2021-05-26 09:56 (UTC) by RealOrRandom)

Thank for submitting this package.

The Qt UI version does not work:

> hwi-qt
Could not import UI files, did you run contrib/generate-ui.sh