$ git clone https://github.com/cylc/cylc-flow.git
$ cd cylc-flow
$ git checkout -b 7.8.x origin/7.8.x
# follow instructions in INSTALL.md
cylc-flow % bash
export PATH=$PWD/bin:$PATH
bash-3.2$ make
etc/dev-bin/create-version-file
(a cylc VERSION file is not needed in a cylc git repo)
$ make -C doc clean html
Traceback (most recent call last):
File "<string>", line 1, in <module>
ImportError: No module named cylc.version
Traceback (most recent call last):
File "<string>", line 1, in <module>
ImportError: No module named cylc.version
Traceback (most recent call last):
File "<string>", line 1, in <module>
ImportError: No module named cylc.version
/bin/sh: sphinx-build: command not found
bash-3.2$ cylc check-software
Individual results:
===============================================================
Package (version requirements) Outcome (version found)
===============================================================
*REQUIRED SOFTWARE*
Python (2.6+, <3).....FOUND & min. version MET (2.7.16.final.0)
Meets core requirements.
Summary:
****************************
Core requirements: ok
Full-functionality: not ok
****************************
OK. so sphinx doc does not build.
move on and try a known working suites.
bash-3.2$ cylc register test test
REGISTERED test -> /Users/schaferk/cylc-suite/test
bash-3.2$ cylc validate test
Traceback (most recent call last):
File "/Users/schaferk/cylc-flow/bin/cylc-validate", line 38, in <module>
from cylc.config import SuiteConfig, SuiteConfigError
File "/Users/schaferk/cylc-flow/lib/cylc/config.py", line 68, in <module>
from cylc.xtrigger_mgr import XtriggerManager
File "/Users/schaferk/cylc-flow/lib/cylc/xtrigger_mgr.py", line 28, in <module>
from cylc.subprocpool import get_func
File "/Users/schaferk/cylc-flow/lib/cylc/subprocpool.py", line 92, in <module>
class SubProcPool(object):
File "/Users/schaferk/cylc-flow/lib/cylc/subprocpool.py", line 120, in SubProcPool
POLLREAD = select.POLLIN | select.POLLPRI
AttributeError: 'module' object has no attribute 'POLLIN'
who knows?
tried this with various branches, same thing
cylc-suite % python --version
Python 2.7.16
can Anyone recommend cylc for install on MacBook Air M1 Big Sur?