Is there an update to dx-cwl, all it's dependencies (cwltool, dxpy, pyyaml) are all updated to python3?
I get either a
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(e.output)? (using python3)
or
ImportError: No module named cwltool.load_tool (using python2)
Is there an update to dx-cwl, all it's dependencies (cwltool, dxpy, pyyaml) are all updated to python3? I get either a
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(e.output)?
(using python3) orImportError: No module named cwltool.load_tool
(using python2)