NordVPN-NetworkManager-Gui
NordVPN-NetworkManager-Gui copied to clipboard
ModuleNotFoundError: No module named 'keyring'
when i try to open the app it doesn't do anything. When launching ./launch_nord i get this :
Traceback (most recent call last):
File "nord_nm_gui.py", line 9, in <module>
ModuleNotFoundError: No module named 'keyring'
[35342] Failed to execute script nord_nm_gui
Hello,
I also stumbled across this problem. The issue is at Pyinstaller, that is used to create the binaries. See https://github.com/pyinstaller/pyinstaller/issues/4569
But there's already a PR that fixes this issue: https://github.com/pyinstaller/pyinstaller/pull/5245 Maybe it gets merged soon. Until that happens a temporary patch you can find on my fork: https://github.com/mammo0/NordVPN-NetworkManager-Gui/commit/5993ff69082c764e0ba0729d06c0c2268bbb25ed
Hope that helps.