Pysolfc can't run or install, because it can't find Random2.
I got several error messages, with the text: "ImportError: No module named 'random2".
However, Random2 is already installed (with "pip install random2" (as root)).
Here's the complete cosnole output, when Random2 installe:
#pip install random2
Collecting random2
Downloading https://files.pythonhosted.org/packages/ee/b5/5aca5217501fbd06b1e5aed6d5986baa0da5380880e6bb6f421ed18e3a32/random2-1.0.1.zip
Building wheels for collected packages: random2
Running setup.py bdist_wheel for random2 ... done
Stored in directory: /root/.cache/pip/wheels/36/a1/eb/8b267e15c260cf21ca104e217f46587db40eaa906cb04d37c0
Successfully built random2
Installing collected packages: random2
Successfully installed random2-1.0.1
On Devuan ASCII x64 KDE.
Seems like it was installed under root's home dir or maybe there is a py2/py3 mismatch - see https://stackoverflow.com/questions/36936212/how-do-i-install-a-pip-package-globally-instead-of-locally