GWE attempts to import injector (python package) at launch but fails with the error "ModuleNotFoundError: No module named 'injector'". I see that injector requires python < v3.9 (in requirements.txt) but the system python is at 3.9 (in the Extra repo). I'm actually not sure where python-injector (from the AUR) installs the injector package now, so I don't quite know how to get around this issue at the moment, except maybe launching GWE in a virtual environment with python 3.8 installed?
Search Criteria
Package Details: gwe 0.15.9-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/gwe.git (read-only, click to copy) |
---|---|
Package Base: | gwe |
Description: | A system utility for controlling NVIDIA GPUs |
Upstream URL: | https://gitlab.com/leinardi/gwe |
Licenses: | GPL3 |
Submitter: | The999eagle |
Maintainer: | crimist |
Last Packager: | crimist |
Votes: | 71 |
Popularity: | 0.028854 |
First Submitted: | 2019-01-30 21:50 (UTC) |
Last Updated: | 2024-06-14 21:58 (UTC) |
Dependencies (17)
- gobject-introspection
- libdazzle (libdazzle-gitAUR)
- libnotify (libnotify-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-cairo (python-cairo-gitAUR)
- python-gobject
- python-injectorAUR (python-injector-gitAUR)
- python-matplotlib (python-matplotlib-gitAUR)
- python-peewee
- python-py3nvmlAUR
- python-pyxdg
- python-reactivex
- python-requests
- python-xlib
- appstream-glib (appstream-glib-gitAUR) (make)
- meson (meson-gitAUR) (make)
- libappindicator-gtk3 (optional) – tray support
Required by (0)
Sources (1)
deba2000 commented on 2021-04-12 12:16 (UTC) (edited on 2021-04-12 12:18 (UTC) by deba2000)
bkb commented on 2021-01-13 13:37 (UTC) (edited on 2021-01-13 15:56 (UTC) by bkb)
Please add package full name in the description
Run as user: ERROR: Error while checking NVML Shared Library
Run as root: ERROR: Error while checking NV-CONTROL extension
EDIT: Reboot resolves the issue
yochananmarqos commented on 2020-12-03 00:18 (UTC)
gobject-introspection
is always a build dependency, never a runtime dependency.
theriddick commented on 2020-01-15 09:04 (UTC)
Current release is 0.13.3, this version is decently outdated. I attempted to build GWE myself but it failed horribly for some reason, seems using PIP to install stuff can be VERY risky.
Anyway be nice if someone can update this, or better yet build a working -git pkgbuild that doesn't use pip system which can cause issues since files are injected all over the system and not tracked by pacman!!!!
vith commented on 2019-05-31 17:30 (UTC)
Can you put GreenWithEnvy in the package description? This would make the package easier to find.
Maybe "GreenWithEnvy is a system utility for controlling NVIDIA GPUs".
The999eagle commented on 2019-02-03 13:48 (UTC)
@Lucki thanks, added the dependency
Lucki commented on 2019-02-03 13:37 (UTC)
This package is missing gobject-introspection
as dependency.
Dependency gobject-introspection-1.0 found: NO (tried pkgconfig)
meson.build:30:0: ERROR: Dependency "gobject-introspection-1.0" not found, tried pkgconfig
Pinned Comments
crimist commented on 2023-08-26 22:56 (UTC) (edited on 2024-11-24 02:17 (UTC) by crimist)
GWE's author has switched to AMDGPU and is looking for new contributors and maintainers.
More information can be found here if you are intersted: https://gitlab.com/leinardi/gwe/-/issues/195.
If you're looking for alternatives I've packaged a simple CLI overclocking tool under
nvidia_oc
.coolercontrol
is excellent for controlling fan speeds.