You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey!When I run graph_generator.py, there is a error: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 pydot/pydot#258 I can not find where contains":".
How to solve the problem?Thanks for your help!
The text was updated successfully, but these errors were encountered:
Hi,
you can solve it by simply replacing ":" with "". Then after reading the graph using graph_reader.py, you can replace it back. In other words, after generating the graph_reader files, you can replace c/ with c:/. This will solve the problem, although it is not an ideal solution.
Hey!When I run graph_generator.py, there is a error: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 pydot/pydot#258 I can not find where contains":".
How to solve the problem?Thanks for your help!
The text was updated successfully, but these errors were encountered: