hi there,
I’m trying to compile flucoma-sc
on my M1 machine and run into issues:
cmake -DSC_PATH=$HOME/vol/dev/sound/src/SuperCollider ..
runs fine, however
make install
results in
[ 18%] Making SC docsTraceback (most recent call last):File “”, line 198, in _run_module_as_mainFile “”, line 88, in _run_codeFile “/Users/tboverma/vol/dev/sound/src/flucoma-sc/build/_deps/flucoma-docs-src/flucoma/MakeRef.py”, line 16, in from flucoma.doc import renderFile “/Users/tboverma/vol/dev/sound/src/flucoma-sc/build/_deps/flucoma-docs-src/flucoma/doc/render.py”, line 14, in from jinja2 import Environment, FileSystemLoader, select_autoescapeModuleNotFoundError: No module named ‘jinja2’make[2]: *** [CMakeFiles/MAKE_SC_REF] Error 1make[1]: *** [CMakeFiles/MAKE_SC_REF.dir/all] Error 2make: *** [all] Error 2
it seems that some python modules (jinja2
) are missing? I’d rather not have to install it globally into my python environment…
Any help much appreciated
Till