
In the past, all I ever did was copy across "some" files into the moul-utils folder, and I was able to run manifest.py. I seem to remember it was the easiest step of all. Obviously I'm missing which files they were, or something else has changed. So now, following the chain of errors, this is how far I got.
From https://github.com/zrax/string_theory/w ... ing_theory
I am pretty sure I didn't get any errors here, so I assume it's properly installed.
Next, https://github.com/H-uru/libhsplasma
Here I followed these instructions:
And here is where it goes wrong, because I'm still getting$ mkdir build
$ cd ./build
$ cmake ..
But it IS installed, so here's where I'm stuck I'm afraid... I just don't know what to do next. And when I try to run Manifest, it tells me:CMake Error at CMakeLists.txt:51 (find_package):
By not providing "Findstring_theory.cmake" in CMAKE_MODULE_PATH this
project has asked CMake to find a package configuration file provided by
"string_theory", but CMake did not find one.
Could not find a package configuration file provided by "string_theory"
(requested version 2.0) with any of the following names:
string_theoryConfig.cmake
string_theory-config.cmake
Add the installation prefix of "string_theory" to CMAKE_PREFIX_PATH or set
"string_theory_DIR" to a directory containing one of the above files. If
"string_theory" provides a separate development package or SDK, be sure it
has been installed.
from PyHSPlasma import *
ImportError: No module named PyHSPlasma