Skip to main content
Topic: gwe not init (Read 533 times) previous topic - next topic
0 Members and 3 Guests are viewing this topic.

gwe not init

Hi Everybody

I 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

Re: gwe not init

Reply #1
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
What happens if you run python /usr/bin/gwe instead of just gwe?

Re: gwe not init

Reply #3
Thanks for you attention capezotte

python /usr/bin/gwe
Traceback (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 py3nvml
ModuleNotFoundError: No module named 'py3nvml'

Re: gwe not init

Reply #4
Where'd you install gwe from? The AUR package lists python-py3nvml as a dependency.