NordVPN-NetworkManager-Gui icon indicating copy to clipboard operation
NordVPN-NetworkManager-Gui copied to clipboard

ModuleNotFoundError: No module named 'keyring'

Open rusagent opened this issue 4 years ago • 1 comments

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

rusagent avatar Oct 14 '20 07:10 rusagent

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.

mammo0 avatar Oct 30 '20 08:10 mammo0