Search Criteria
Package Details: nitrokey-app2 2.3.3-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/nitrokey-app2.git (read-only, click to copy) |
---|---|
Package Base: | nitrokey-app2 |
Description: | Nitrokey management application for Nitrokey 3 devices |
Upstream URL: | https://github.com/Nitrokey/nitrokey-app2 |
Licenses: | Apache-2.0 |
Submitter: | jnphilipp |
Maintainer: | jnphilipp |
Last Packager: | jnphilipp |
Votes: | 8 |
Popularity: | 0.61 |
First Submitted: | 2023-11-01 20:46 (UTC) |
Last Updated: | 2024-11-20 08:13 (UTC) |
Latest Comments
1 2 Next › Last »
speed488 commented on 2024-12-24 17:56 (UTC) (edited on 2025-01-12 15:01 (UTC) by speed488)
EDIT : Noticed that this issue is a system config issue and not a package issue
If ever you get this error:
No module named 'nitrokeyapp'
Remove
python-usb_monitor
andnitrokey-app2
and re-install (make sure the package is not cached when re-installing). This will install the python libraries in the proper location (/usr/lib/python3.13/site-packages/
at the time of updating this message).----- Original message -----
Looks like there was a python version bump which causes this error:
No module named 'nitrokeyapp'
A temp fix is to link packages from old Python version to new one: (WARNING! You need to revert these links before updating your AUR packages)
To revert these links, do this:
THIS IS ONLY A TEMP FIX UNTIL THE AUR PACKAGES ARE UPDATED
----- END of original message -----
jnphilipp commented on 2024-09-27 06:35 (UTC)
@Macarena since 2.3.2 it doesn't run with python-pynitrokey any more, it needs now python-nitrokey. See https://github.com/Nitrokey/nitrokey-app2/pull/264
Macarena commented on 2024-09-25 11:24 (UTC)
Hi,
I had trouble to install the update of this package into my manjaro system.
After changing the build file it runs without error. Have changed in dependencies the python-nitrokey to python-pynitrokey.
pkgname=nitrokey-app2 pkgver=2.3.2 depends=('python-pynitrokey' ....
I would be happy if you check this change and consider to include it in your package.
Regards
pescepalla commented on 2024-04-29 20:21 (UTC) (edited on 2024-04-29 20:23 (UTC) by pescepalla)
If the above happens after running the executable, it means the file
https://github.com/Nitrokey/nitrokey-app2/blob/main/nitrokeyapp/logger.py
needs to be manually copied into/usr/lib/python3.12/site-packages/nitrokeyapp
directory.pescepalla commented on 2024-03-25 12:48 (UTC) (edited on 2024-03-25 15:18 (UTC) by pescepalla)
Currently depends on
python-pynitrokey 0.4.45
, so it might be necessary todowngrade
.hendrik commented on 2024-03-03 16:58 (UTC)
So if you run
namcap nitrokey-app2-2.2.1-2-x86_64.pkg.tar.zst
you get:That implies
arch
can beany
andhicolor-icon-theme
should be independs
.hendrik commented on 2024-02-25 21:40 (UTC) (edited on 2024-02-25 21:40 (UTC) by hendrik)
This depends on qt6-svg for loading svg too. Starts without some icons otherwise.
pescepalla commented on 2024-02-15 18:15 (UTC) (edited on 2024-02-15 18:16 (UTC) by pescepalla)
If you have this error when launching, manually copying the
logger.py
file in the/usr/lib/python3.11/site-packages/nitrokeyapp
directory solves the issue.Zearan commented on 2024-01-14 10:29 (UTC)
I had to apply the following patch before it would finish the build: https://gist.github.com/zearan/695cf0db2ec342bab57f730d6dec2443
1 2 Next › Last »