Package Details: python-eduvpn-client 4.2.1-2

Git Clone URL: https://aur.archlinux.org/python-eduvpn-client.git (read-only, click to copy)
Package Base: python-eduvpn-client
Description: Linux client and Python client API for eduVPN
Upstream URL: https://github.com/eduvpn/python-eduvpn-client
Keywords: vpn
Licenses: GPL
Submitter: hv15
Maintainer: hv15
Last Packager: hv15
Votes: 3
Popularity: 0.000004
First Submitted: 2021-04-21 07:42 (UTC)
Last Updated: 2024-03-10 11:14 (UTC)

Pinned Comments

hv15 commented on 2023-03-07 14:28 (UTC)

Re-added signature, users need to retrieve the PGP public key from upstream: https://app.eduvpn.org/linux/v4/deb/app+linux@eduvpn.org.asc.

For convenience, you can also do the following (note the dash - at the end of the line!):

curl https://app.eduvpn.org/linux/v4/deb/app+linux@eduvpn.org.asc | gpg --import -

Latest Comments

1 2 3 4 Next › Last »

AloisP commented on 2024-05-04 05:48 (UTC) (edited on 2024-05-04 05:49 (UTC) by AloisP)

The python version might have changed in case of an error as ModuleNotFoundError: No module named 'eduvpn_common'. Resolve it with sudo cp -r /usr/lib/python3.11/site-packages/eduvpn_* /usr/lib/python3.12/site-packages/. – Thanks for the hints below.

b-fg commented on 2024-05-03 20:48 (UTC)

I think the base Python got updated from 3.11 to 3.12, so you need to clone this AUR package, build (now with 3.12 by default) and install again (makepkg -sic)

AloisP commented on 2024-05-03 20:26 (UTC) (edited on 2024-05-03 20:27 (UTC) by AloisP)

I am getting the similar error ModuleNotFoundError: No module named 'eduvpn_common'. Any ideas how to get eduVPN work again?

b-fg commented on 2024-05-02 08:39 (UTC)

Got it working finally. I had to manually recompile both python-eduvpn-common and python-eduvpn-client to solve that. I guess that yay was just using the cache when reinstalling. Thanks for the support and maintenance!

b-fg commented on 2024-04-30 17:48 (UTC)

I did not install it with pip, just the AUR.I thought your comment implied that I should use pip somehow, but last comment made it clear that was not the case. Hence there is no interference problem afaik.

gothicVI commented on 2024-04-30 17:41 (UTC)

@b-fg you did not what? update or install? you should NEVER run pip as sudo. also, why would you pip install software you're installing via the aur? I was asking if you had it installed because residues can interfere.

b-fg commented on 2024-04-30 15:45 (UTC) (edited on 2024-04-30 15:47 (UTC) by b-fg)

No, I do not. Should I install it system-wide with sudo pip install eduvpn, or are there other recommended ways? Also, wouldn't this install it twice, if I keep this AUR package?

gothicVI commented on 2024-04-30 15:32 (UTC)

@b-fg did you reinstall all python3.11 dependent packages after updating to python3.12?

Do you have *eduvpn* installed via pip?

b-fg commented on 2024-04-30 09:43 (UTC) (edited on 2024-04-30 09:45 (UTC) by b-fg)

I am getting the following error when trying to open eduvpn-gui

ModuleNotFoundError: No module named 'eduvpn'

I have python-eduvpn-common and networkmanager-openvpn installed.

hv15 commented on 2024-03-10 11:15 (UTC)

@hrast2, I've changed the PKGBUILD to make networkmanager-openvpn a dependency.