Hi, I saw you first pushed (erroneously) pkgrel=3 and then reverted to pkgrel=1. But this confuses a few tools, e.g., the web interface here lists the package as 2.1.0-3 and that's why my local AUR helper (pikaur) always believes that there's an update available and tries to reinstall the package everytime. Can I ask you to switch to pkgrel=3? (It's not a big deal in the end but I think it's cleaner to avoid decreasing the rel in all cases. I can imagine others have a similar issue.)
Search Criteria
Package Details: python-hwilib 3.1.0-3
Package Actions
| 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) |
Dependencies (32)
- libusb (libusb-gitAUR)
- pybind11 (pybind11-gitAUR)
- pyside2AUR
- pyside2-toolsAUR
- python
- python-base58
- python-cbor2
- python-cryptography
- python-dulwich
- python-ecdsa
- python-hidapi (python-hidapi-gitAUR)
- python-keyring
- python-libusb1
- python-mnemonicAUR
- python-noiseprotocol
- python-numpy (python-numpy-gitAUR, python-numpy-mkl-binAUR, python-numpy1AUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR)
- python-pbs-installer
- python-poetry (python-poetry-gitAUR)
- python-protobuf (python-protobuf-21AUR, python-protobuf-gitAUR)
- python-pyaes
- Show 12 more dependencies...
Required by (0)
Sources (2)
Latest Comments
« First ‹ Previous 1 2
RealOrRandom commented on 2022-05-09 18:19 (UTC)
hossbeast commented on 2022-02-03 02:42 (UTC)
@bitcoinlizard thank you. I was able to resolve with yay -S --rebuildtree python-hwilib
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
Pinned Comments