Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install under Pop!OS 20.10 wont start #1

Closed
tbrumm opened this issue Feb 4, 2021 · 1 comment
Closed

Install under Pop!OS 20.10 wont start #1

tbrumm opened this issue Feb 4, 2021 · 1 comment

Comments

@tbrumm
Copy link

tbrumm commented Feb 4, 2021

Hey, it will not start under Pop!IOS 20.10, here the output from terminal:

sysmontask
/usr/lib/python3/dist-packages/sysmontask/sysmontask.py:5: PyGIWarning: Gtk was imported without specifying a version first. Use gi.require_version('Gtk', '3.0') before import to ensure that the right version gets loaded.
from gi.repository import Gtk as g , GLib as go
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/sysmontask/sysmontask.py", line 27, in
from mem import *
ModuleNotFoundError: No module named 'mem'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/usr/bin/sysmontask", line 33, in
sys.exit(load_entry_point('sysmontask==1.0.0', 'console_scripts', 'sysmontask')())
File "/usr/bin/sysmontask", line 25, in importlib_load_entry_point
return next(matches).load()
File "/usr/lib/python3.8/importlib/metadata.py", line 77, in load
module = import_module(match.group('module'))
File "/usr/lib/python3.8/importlib/init.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1014, in _gcd_import
File "", line 991, in _find_and_load
File "", line 975, in _find_and_load_unlocked
File "", line 671, in _load_unlocked
File "", line 783, in exec_module
File "", line 219, in _call_with_frames_removed
File "/usr/lib/python3/dist-packages/sysmontask/sysmontask.py", line 36, in
from sysmontask.sidepane import *
File "/usr/lib/python3/dist-packages/sysmontask/sidepane.py", line 5, in
from gi_composites import GtkTemplate
ModuleNotFoundError: No module named 'gi_composites'

@KrispyCamel4u
Copy link
Owner

Hi,
Thank you for reporting the bug.
You currently doesn't have a module needed.
For installing, run:

$ pip3 install pygi-composite-templates

After that it will work. I have tried implimenting it in the dependencies to install automatically looks like it need attention.
I will try to make it better. Please update me if the problem still persists.

Thank you

KrispyCamel4u pushed a commit that referenced this issue Apr 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants