Open ruicalheno133 opened 4 years ago
I have the same problem here. I can join a patch file or submit a pull request to fix them.
In bpmn_diagram_rep.py everywhere where self.diagram_graph.node is used, there should be self.diagram_graph._node. This fixes the bug.
In bpmn_diagram_rep.py everywhere where self.diagram_graph.node is used, there should be self.diagram_graph._node. This fixes the bug.
thank God you exist.
pip install networkx==1.11
I got the same error and try to fix it with the underscore apporach, but it doesn't work. It says i try to access a protected member of class. Did someone run the tool successfuly?
Installing that version worked for me
pip install git+https://github.com/soniaradon/bpmn-python.git
Graph Object methods removed (marked as deprecated 2.1):
Source