@TheCrazyRABBIT13 that's a very strange error message, it implies that your installation of setuptools is somehow not working correctly. I don't have a Manjaro system to hand to test this, but I suggest you check and make sure Manjaro supports PEP517-based python wheel building and installation.
Search Criteria
Package Details: python-eduvpn-client 4.4.0-4
Package Actions
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://codeberg.org/eduVPN/linux-app |
Keywords: | vpn |
Licenses: | GPL-3.0-or-later |
Submitter: | hv15 |
Maintainer: | hv15 |
Last Packager: | hv15 |
Votes: | 8 |
Popularity: | 1.18 |
First Submitted: | 2021-04-21 07:42 (UTC) |
Last Updated: | 2024-12-25 08:55 (UTC) |
Dependencies (22)
- dbus-python (python-dbus)
- gdk-pixbuf2 (gdk-pixbuf2-gitAUR)
- gobject-introspection-runtime
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classic-xfceAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libgexiv2
- libibus (libibus-gitAUR)
- libnm (libnm-gitAUR, libnm-iwdAUR)
- libnotify (libnotify-gitAUR)
- libsecret
- networkmanager-openvpn (networkmanager-openvpn-gitAUR)
- pango (pango-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-eduvpn_commonAUR
- python-gobject
- python-pynacl
- python-pyqt5 (python-pyqt5-sip4AUR, python-pyqt5-webkitAUR, python-pyqt5-pre-releaseAUR)
- python-requests-oauthlib
- python-build (make)
- python-installer (make)
- Show 2 more dependencies...
Required by (0)
Sources (2)
hv15 commented on 2023-03-06 14:05 (UTC) (edited on 2023-03-06 14:06 (UTC) by hv15)
TheCrazyRABBIT13 commented on 2023-03-06 13:43 (UTC)
With the new update I get this error on Manjaro, not on other Arch-based Distros:
File "/usr/lib/python3.10/site-packages/setuptools/command/egg_info.py", line 253, in finalize_options
if pd is not None and pd.key == self.egg_name.lower():
AttributeError: 'PathDistribution' object has no attribute 'key'
ERROR Backend subprocess exited when trying to invoke build_wheel
==> ERROR: An error occurred in build().
Aborting...
Error: can not build ‚python-eduvpn-client-4.0.0-1‘:
Error: can not build package: python-eduvpn-client-4.0.0-1
gothicVI commented on 2023-03-05 21:18 (UTC)
@hv15 Update worked now. Thanks! Is this, however, expected:
$ eduvpn-gui --version
eduVPN Linux client version 3.1.0
hv15 commented on 2023-03-05 20:00 (UTC)
@gothicVI the sig error is coming from the dependency python-eduvpn_common, I've pushed a new release for that. You should be able to complete the build of python-eduvpn-client now.
gothicVI commented on 2023-03-05 19:59 (UTC)
@hv15 so there'll be a new version soon? I couldn't find anything obvious upstream.
hv15 commented on 2023-03-05 19:55 (UTC)
@gothicVI thanks, I've dropped the detached sig, something upstream went wrong I guess.
gothicVI commented on 2023-03-05 15:13 (UTC) (edited on 2023-03-05 15:16 (UTC) by gothicVI)
I'm getting
==> Verifying source file signatures with gpg...
eduvpn-common-1.0.0.tar.xz ... FAILED (unknown public key 02BB8048BBFF222C)
==> ERROR: One or more PGP signatures could not be verified!
error: target not found: python-eduvpn_common
but then also
$ gpg --recv-key 02BB8048BBFF222C
gpg: keyserver receive failed: No data
Problem isn't solved by
$ rm -rf ~/.cache/yay/python-eduvpn*
hv15 commented on 2023-03-05 14:59 (UTC)
@all version 4.0.0 makes use of external module python-eduvpn_common, if anyone has issues running this please let me know ASAP!
hv15 commented on 2023-03-05 14:59 (UTC)
@tirolr the original design should allow for other plugins other than NetworkManager, but this has not been done upstream yet. If it would help other users, I can make it a hard dependency for the moment.
tirolr commented on 2022-08-03 20:44 (UTC)
For anyone getting 'Expected one openvpn VPN plugins, got: 0', installing the package networkmanager-openvpn fixed it for me.
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!):