The following error occurred even though only Setup flow and Quick start are done.
I have run it on multiple Ubuntu/Linux and Python environments and some succeeded and some failed.
The error messages and environments are listed below:
error message:
File "run_generator.py", line 135, in <module>
main(config_path, dest_dir)
File "run_generator.py", line 82, in main
dag_exporter.export(dag, combo_dest_dir, f"dag_{i}")
File "/home/rokamu/RD-Gen/src/dag_exporter/dag_exporter.py", line 32, in export
self._export_fig(dag, dest_dir, file_name)
File "/home/rokamu/RD-Gen/src/dag_exporter/dag_exporter.py", line 118, in _export_fig
pdot = nx.drawing.nx_pydot.to_pydot(dag)
File "/home/rokamu/.local/lib/python3.8/site-packages/networkx/drawing/nx_pydot.py", line 263, in to_pydot
raise ValueError(
ValueError: Node names and attributes should not contain ":" unless they are quoted with "". For example the string 'attribute:data1' should be written as '"attribute:data1"'. Please refer https://github.com/pydot/pydot/issues/258
The following error occurred even though only
Setup flow
andQuick start
are done.I have run it on multiple Ubuntu/Linux and Python environments and some succeeded and some failed.
The error messages and environments are listed below:
error message:
environment: success:
fail