previously, after ‘git pull’, checkout 7.8x, a make would be invoked.
on this new system:
[user@X ~/cylc-flow]$ !make
make
etc/dev-bin/create-version-file
(a cylc VERSION file is not needed in a cylc git repo)
make -C doc clean html
make[1]: Entering directory ‘~/cylc-flow/doc’
Traceback (most recent call last):
File “”, line 1, in
ModuleNotFoundError: No module named ‘cylc’
I suspect the issue is with python3 and cylc-7.8.X
If you are planning to use the graphical UI please be aware that the Cylc UI Server is limited to Python ≤ 3.9. However you can manually patch the dependency werkzeug to get it working on 3.10 if needed, see Python 3.10 support · Issue #388 · cylc/cylc-uiserver · GitHub
ERROR: Graphviz must be installed to render graphs.
Note: Graphviz is required for the “cylc graph” command which can render “static” graphs generated from the workflow configuration. The new web app does not require Graphviz to be installed on the system (it uses a web assembly port in the browser). We will implement “static” graph functionality in the web app in due course removing this requirement.