Skip to content

Module 'knossos.ui.hell' not found #241

Description

@thesourcehim

I installed knossos to user directory using:
python3 setup.py build
python3 setup.py install --user --prefix=

When starting I get this error:

Traceback (most recent call last):
File "/home/thesource/.local/bin/knossos", line 33, in
sys.exit(load_entry_point('knossos==0.14.2.dev0+1f60d92', 'gui_scripts', 'knossos')())
File "/home/thesource/.local/bin/knossos", line 25, in importlib_load_entry_point
return next(matches).load()
File "/usr/lib64/python3.10/importlib/metadata/init.py", line 162, in load
module = import_module(match.group('module'))
File "/usr/lib64/python3.10/importlib/init.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1050, in _gcd_import
File "", line 1027, in _find_and_load
File "", line 1006, in _find_and_load_unlocked
File "", line 688, in _load_unlocked
File "", line 883, in exec_module
File "", line 241, in _call_with_frames_removed
File "/home/thesource/.local/lib/python3.10/site-packages/knossos-0.14.2.dev0+1f60d92-py3.10.egg/knossos/launcher.py", line 71, in
from . import util, ipc, auto_fetch
File "/home/thesource/.local/lib/python3.10/site-packages/knossos-0.14.2.dev0+1f60d92-py3.10.egg/knossos/ipc.py", line 29, in
from .windows import ModInstallWindow
File "/home/thesource/.local/lib/python3.10/site-packages/knossos-0.14.2.dev0+1f60d92-py3.10.egg/knossos/windows.py", line 29, in
from .ui.hell import Ui_MainWindow as Ui_Hell
ModuleNotFoundError: No module named 'knossos.ui.hell'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions