Replies: 5 comments
-
Thanks for report - looks like a missing package which is a required dependency :
While you can run it from git source it is much simpler to install the package. Its in the Arch AUR for convenience as well. If you didn't build and install the package please try that first as it will take care of all the requirements to run. In particular if you're trying to run from git source then please be sure all dependent packages are installed.
From your trace it looks like at least the pynotify dependency is not installed (which suggests it is being run from git source rather than installed). Let's confirm you have the required dependencies - Can you please try running and see what is missing.
Also (see README for more details) using wireguard itself requires root privs and and for us that means the command line program requires that the non-root user be added to sudoers file. And note that the code also utilizes a couple of linux CAPABILITIES for a support tool (to manage dns resolv.conf ) which are set by the package installer. thanks. |
Beta Was this translation helpful? Give feedback.
-
By the way - python-pynotify is available in the AUR and source is available on github pynotify. |
Beta Was this translation helpful? Give feedback.
-
Have you made any progress after installing package(s)? Moving to discussion area since this looks like user installing issue rather than bug. |
Beta Was this translation helpful? Give feedback.
-
Just wanted to bump in and say I encountered a similar issue. The error on my side was |
Beta Was this translation helpful? Give feedback.
-
Thank you @githubkuyaya its a very good point and indeed pip for system installs can cause problems - thanks for bringing this up. I use pacman and avoid pip entirely for any system installs. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description:
When attempting to start the UI, it does not appear. Additionally, running the command wg-client --wg-up results in the following error traceback:
Environment:
OS: Arch Linux
KernelL 6.10.2-arch1-1
Python version: 3.12.4
wg-client version: 5.9.0
Beta Was this translation helpful? Give feedback.
All reactions