Glances not working

Anyone having issues with glances. I’m getting this error and python-packaging is installed.

[ricklinux@rick-ms7c91 ~]$ glances
Traceback (most recent call last):
  File "/usr/bin/glances", line 8, in <module>
    sys.exit(main())
             ~~~~^^
  File "/usr/lib/python3.13/site-packages/glances/__init__.py", line 191, in main
    start(config=core.get_config(), args=core.get_args())
    ~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.13/site-packages/glances/__init__.py", line 137, in start
    from glances.standalone import GlancesStandalone as GlancesMode
  File "/usr/lib/python3.13/site-packages/glances/standalone.py", line 22, in <module>
    from glances.outputs.glances_stdout_fetch import GlancesStdoutFetch
  File "/usr/lib/python3.13/site-packages/glances/outputs/glances_stdout_fetch.py", line 11, in <module>
    import jinja2
ModuleNotFoundError: No module named 'jinja2'

Edit: I downgraded the package and it’s working again. Not sure how this gets fixed? Maybe someone can report it.

1 Like

Try installing python-jinja and see if it fixes it.

7 Likes

Seems to fix it, thanks!

1 Like

There was an update today. I haven’t noticed any problems. It works as it should on my side

1 Like

Maybe you were already a jinja :ninja: :wink:

1 Like

Nobody knows. Hehe it’s my secret :rofl:

1 Like

Not me either.
I don’t use glances :sweat_smile:

2 Likes

I didn’t even know what glances was until seeing this thread.

I like this!

Glad I ran across this, @ricklinux!

6 Likes

Same here — I didn’t even know this app was available on my system. :sweat_smile:

4 Likes

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.