old-knossos
old-knossos copied to clipboard
Module 'knossos.ui.hell' not found
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
Hi, sorry, missed the notification for this.
Which distro, distro version, and Python version are you using?
In case you happen to be using Ubuntu or Arch Linux, the instructions are easy: https://fsnebula.org/knossos/
Otherwise, there are some semi-outdated generic build instructions that should point you in the right direction: https://github.com/ngld/old-knossos/wiki/Building-instructions
The latter approach will likely require some trial and error. It's been a long time since I've set up Knossos on *nix.
The TL;DR is that once you have all of the dependencies, including the required Python packages, you can run
python3 configure.py
and then
ninja run
CC @ngld