-
Notifications
You must be signed in to change notification settings - Fork 30
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
The GUI application does not work when built from release tarball with python 3.12 #357
Comments
I've been experiencing same, it's not working with Fedora 39 |
I have the same issue in Fedora, packages installed from the Fedora repos
|
Same here, Yubikey GUI stuck on screen
|
This PR fixes it for me: thp/pyotherside#131 |
Thank you for the pointer @Aloxaf ! Filled Fedora bug to get this fixed: https://bugzilla.redhat.com/show_bug.cgi?id=2277686 |
Ran into a similar issue on Manjaro(Arch). I was able to work around this by installing python-pyotherside-moment-git and then installing yubikey-manager-qt |
Can you run this command : |
@orjawell There is no error.. |
Does this update fix the issue for you? https://bodhi.fedoraproject.org/updates/FEDORA-2024-f563337283 |
It doesn't. |
It worked ok when I tested the package but it fails now in the same way, |
@rathann Try downgrading yubikey-manager
It seems this hit stable after I fixed it https://bodhi.fedoraproject.org/updates/FEDORA-2024-8c7e2799df |
Now it works. I also ran |
This was resolved in Fedora by backporting patches from #363. I updated all Fedoras, but I have only F40, which is where I verified this works: https://bodhi.fedoraproject.org/updates/FEDORA-2024-7fdb5f56e8 Closing. If the issue persists, please make sure you have the above version and open a new issue. |
|
The same issue on Fedora 40 (Kinoite).
|
Ugh ... wondering what I tested then. Now I can reproduce the issue. Let me have a better look. |
Updating Fedora now with one more change that I reported in #363, which was preventing the GUI to start up. And tested locally that it works ok now. |
Thank you! Now YubiKey Manager (ykman-gui) works in Fedora 40 (with the latest updates) |
Thanks for verifying! |
The Fedora packages are not distributed as appimages, but as RPMs, that are built from the official release tarballs provided on https://developers.yubico.com/yubikey-manager-qt/Releases/ The package stopped working with Fedora 39 with exactly same code (likely some dependencies were updated).
The users report that the AppImage still keeps working for them (https://bugzilla.redhat.com/show_bug.cgi?id=2251082) so I wanted to figure out what is a difference in our build from the AppImage from our packages, but so far I noticed only the difference in python version, where Appimage forces 3.11, while Fedora 39 updated to Python 3.12, which might cause some issues with the bindings?
Running with
--log-level DEBUG
does not show any output nor failures.I am not completely sure about the application architecture to be able to pinpoint the issue, but I suspect it is related to the python version. Is there a way to get some more debug logs or trace logs to see what is failing where?
Steps to reproduce
Expected result
The application should show connected Yubikeys.
Actual results
No buttons are active, the app does not react to any inputs except for Help and About.
Other info
I do not know what more I can provide. Please, let me know what information would be helpful to debug this further.
The text was updated successfully, but these errors were encountered: