gwe not init 21 August 2022, 19:02:42 Hi EverybodyI have on my PC Artix Linux OpenRC(Cinnamon)I have installed the gwe, however on command line is it:bash: /usr/bin/gwe: línea 25: error sintáctico cerca del elemento inesperado `1,'bash: /usr/bin/gwe: línea 25: `sys.path.insert(1, '/usr/lib/python3.10/site-packages')'Can you help me, please?Thanks for Advance
Follow-ups Re: gwe not init Re: gwe not init Reply #1 – 21 August 2022, 20:05:24 Are you talking about GreenWithEnvy?A tool like MSI Afterburner for Linux?I dont remember anymore accuratly. But had few Months a similar Problem with it. The solution was to install a specific package with pip install $the_needed_package.Im on tour right now and cant look what it was. But i remember i found the solution on the Githubsite of greenwithenvy.
Re: gwe not init Reply #2 – 21 August 2022, 22:38:31 What happens if you run python /usr/bin/gwe instead of just gwe?
Re: gwe not init Reply #3 – 22 August 2022, 03:35:06 Thanks for you attention capezottepython /usr/bin/gweTraceback (most recent call last): File "/usr/bin/gwe", line 53, in <module> from gwe import __main__ File "/usr/lib/python3.10/site-packages/gwe/__main__.py", line 41, in <module> from gwe.app import Application File "/usr/lib/python3.10/site-packages/gwe/app.py", line 31, in <module> from gwe.presenter.main_presenter import MainPresenter File "/usr/lib/python3.10/site-packages/gwe/presenter/main_presenter.py", line 35, in <module> from gwe.interactor.get_status_interactor import GetStatusInteractor File "/usr/lib/python3.10/site-packages/gwe/interactor/get_status_interactor.py", line 21, in <module> from gwe.repository.nvidia_repository import NvidiaRepository File "/usr/lib/python3.10/site-packages/gwe/repository/nvidia_repository.py", line 25, in <module> from py3nvml import py3nvmlModuleNotFoundError: No module named 'py3nvml'
Re: gwe not init Reply #4 – 22 August 2022, 11:46:17 Where'd you install gwe from? The AUR package lists python-py3nvml as a dependency. Last Edit: 22 August 2022, 12:23:55 by capezotte