Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pynitrokey >=0.4.26 not installable on Arm #265

Closed
robin-nitrokey opened this issue Sep 12, 2022 · 4 comments · Fixed by #346
Closed

pynitrokey >=0.4.26 not installable on Arm #265

robin-nitrokey opened this issue Sep 12, 2022 · 4 comments · Fixed by #346

Comments

@robin-nitrokey
Copy link
Member

robin-nitrokey commented Sep 12, 2022

On Arm systems, pip only installs pynitrokey up to version 0.4.25. This is probably due to the indirect dependency pc_ble_driver_py (pulled in by nrfutil), see NordicSemiconductor/pc-ble-driver-py#202.

Related issues:

@runcom
Copy link
Contributor

runcom commented Oct 20, 2022

@robin-nitrokey is there any known workaround?

@robin-nitrokey
Copy link
Member Author

Yes. You should be able to install Python and pynitrokey in a Rosetta terminal (see e. g. this discussion). Or you could build pc_ble_driver_py and pc_ble_driver_py from source and install the wheel with pip before installing pynitrokey (as described in this comment – though you should be able to use the upstream master as the PR has been merged).

@monwarez
Copy link

This also block FreeBSD support to pynitrokey 0.4.25 (with local patches for libusbio 2.1.11, and a minimal patches for nitropy to launch on FreeBSD)

@chri2
Copy link

chri2 commented Nov 3, 2023

@daringer installation worked fine on a Purism Librem5 (aarch64). If this is really resolved https://docs.nitrokey.com/software/nitropy/all-platforms/installation#arm-not-supported should be updated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants